Shades of Dark Turquoise #17CEDB
Tints of Dark Turquoise #17CEDB
RGB
CMYK
RGB Variations
Color information
#17CEDB (or 0x17CEDB) is known color: Dark Turquoise. HEX triplet: 17, CE and DB. RGB value is (23,206,219). Sum of RGB (Red+Green+Blue) = 23+206+219=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #17CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CEDB is #E83124. Grayscale: #989898. Windows color (decimal): -15216933 or 14405143. OLE color: 14405143.
HSL color Cylindrical-coordinate representation of color #17CEDB: hue angle of 183.98º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CEDB is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 206 | 219 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.14 |
| HSL | 183.98º | 0.81% | 0.47% | - |
| HSV(B) | 183.98º | 0.89% | 0.86% | - |
| XYZ | 35.21 | 49.44 | 74.7 | - |
| YUV | 152.77 | 165.37 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 219 | 0.89 | 0.06 | 0 | 0.14 | 183.98 | 0.81 | 0.47 |
| Hex | 17 | CE | DB | 59 | 6 | 0 | E | B8 | 51 | 2F |
| Octal | 27 | 316 | 333 | 131 | 6 | 0 | 16 | 270 | 121 | 57 |
| Binary | 10111 | 11001110 | 11011011 | 1011001 | 110 | 0 | 1110 | 10111000 | 1010001 | 101111 |
Color Harmonies of #17CEDB
Complementary color
Monochromatic Colors of #17CEDB
Black with #17CEDB
Text Example
Text Example
White with #17CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEDB; }
p { color: rgb(23,206,219); }
H1.HeaderClassName
{
color: #17CEDB;
}
.AnyTagClassName
{
color: #17CEDB;
}
</style>
background-color css
<style>
a { background-color: #17CEDB; }
a { background-color: rgb(23,206,219); }
div.DivClassName
{
background-color: #17CEDB;
}
.BgClassName
{
background-color: #17CEDB;
}
</style>
border-color css
<style>
span { border-color: #17CEDB; }
span { border-color: rgb(23,206,219); }
td.TdClassName
{
border-color: #17CEDB;
}
.TagClassName
{
border-color: #17CEDB;
}
</style>