VIEW PRODUCT CATEGORIES

14K White Gold Blue Topaz, Diamond & Sapphire Ring – Size 7.25

SKU: 117733 Categories: , ,

$995.00

1 in stock

14k White gold blue topaz, diamonds and pink sapphire Ring 

Stamped 14k and weighs 6.6 grams.

The blue topaz measures 19mm by 10mm, excellent cut and faceting.

On the sides are round brilliant cut diamonds, .50 total carats, h to i color, si clarity.

Also, there are 12 natural pink sapphires, .30 total carats.

Very good workmanship and in excellent condition.

The ring size is 7 1/4 and can be sized to fit.

Additional information

Band Width

19 mm

Base Metal

White Gold

Brand

Unbranded

Color

Blue

Diamond Clarity Grade

SI

Diamond Color Grade

H – I

Main Stone

Topaz

Main Stone Color

Blue

Main Stone Creation

Natural

Main Stone Shape

Oval

Metal

White Gold

Metal Purity

14k

Number of Gemstones

1

Ring Size

7.25

Secondary Stone

Diamond

Sizable

Yes

Style

With Diamonds & Gemstones

Total Carat Weight

0.50 ctw – 0.74 ctw

Type

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });