Shades of Bright Turquoise #17EECF
Tints of Bright Turquoise #17EECF
RGB
CMYK
RGB Variations
Color information
#17EECF (or 0x17EECF) is known color: Bright Turquoise. HEX triplet: 17, EE and CF. RGB value is (23,238,207). Sum of RGB (Red+Green+Blue) = 23+238+207=468 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.91% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #17EECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EECF is #E81130. Grayscale: #AAAAAA. Windows color (decimal): -15208753 or 13626903. OLE color: 13626903.
HSL color Cylindrical-coordinate representation of color #17EECF: hue angle of 171.35º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EECF is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 238 | 207 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.07 |
| HSL | 171.35º | 0.86% | 0.51% | - |
| HSV(B) | 171.35º | 0.9% | 0.93% | - |
| XYZ | 42.19 | 65.84 | 69.52 | - |
| YUV | 170.18 | 148.77 | 23.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 207 | 0.90 | 0 | 0.13 | 0.07 | 171.35 | 0.86 | 0.51 |
| Hex | 17 | EE | CF | 5A | 0 | D | 7 | AB | 56 | 33 |
| Octal | 27 | 356 | 317 | 132 | 0 | 15 | 7 | 253 | 126 | 63 |
| Binary | 10111 | 11101110 | 11001111 | 1011010 | 0 | 1101 | 111 | 10101011 | 1010110 | 110011 |
Color Harmonies of #17EECF
Complementary color
Monochromatic Colors of #17EECF
Black with #17EECF
Text Example
Text Example
White with #17EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EECF; }
p { color: rgb(23,238,207); }
H1.HeaderClassName
{
color: #17EECF;
}
.AnyTagClassName
{
color: #17EECF;
}
</style>
background-color css
<style>
a { background-color: #17EECF; }
a { background-color: rgb(23,238,207); }
div.DivClassName
{
background-color: #17EECF;
}
.BgClassName
{
background-color: #17EECF;
}
</style>
border-color css
<style>
span { border-color: #17EECF; }
span { border-color: rgb(23,238,207); }
td.TdClassName
{
border-color: #17EECF;
}
.TagClassName
{
border-color: #17EECF;
}
</style>