Shades of Dark Turquoise #17CBE6
Tints of Dark Turquoise #17CBE6
RGB
CMYK
RGB Variations
Color information
#17CBE6 (or 0x17CBE6) is known color: Dark Turquoise. HEX triplet: 17, CB and E6. RGB value is (23,203,230). Sum of RGB (Red+Green+Blue) = 23+203+230=456 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.04% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #17CBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CBE6 is #E83419. Grayscale: #979797. Windows color (decimal): -15217690 or 15125271. OLE color: 15125271.
HSL color Cylindrical-coordinate representation of color #17CBE6: hue angle of 187.83º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CBE6 is Cyan = 0.9, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 203 | 230 | - |
| CMYK | 0.9 | 0.12 | 0 | 0.10 |
| HSL | 187.83º | 0.82% | 0.5% | - |
| HSV(B) | 187.83º | 0.9% | 0.9% | - |
| XYZ | 35.99 | 48.61 | 82.35 | - |
| YUV | 152.26 | 171.87 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 203 | 230 | 0.9 | 0.12 | 0 | 0.10 | 187.83 | 0.82 | 0.5 |
| Hex | 17 | CB | E6 | 5A | C | 0 | A | BC | 52 | 32 |
| Octal | 27 | 313 | 346 | 132 | 14 | 0 | 12 | 274 | 122 | 62 |
| Binary | 10111 | 11001011 | 11100110 | 1011010 | 1100 | 0 | 1010 | 10111100 | 1010010 | 110010 |
Color Harmonies of #17CBE6
Complementary color
Monochromatic Colors of #17CBE6
Black with #17CBE6
Text Example
Text Example
White with #17CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CBE6; }
p { color: rgb(23,203,230); }
H1.HeaderClassName
{
color: #17CBE6;
}
.AnyTagClassName
{
color: #17CBE6;
}
</style>
background-color css
<style>
a { background-color: #17CBE6; }
a { background-color: rgb(23,203,230); }
div.DivClassName
{
background-color: #17CBE6;
}
.BgClassName
{
background-color: #17CBE6;
}
</style>
border-color css
<style>
span { border-color: #17CBE6; }
span { border-color: rgb(23,203,230); }
td.TdClassName
{
border-color: #17CBE6;
}
.TagClassName
{
border-color: #17CBE6;
}
</style>