Shades of Bright Turquoise #17E9CF
Tints of Bright Turquoise #17E9CF
RGB
CMYK
RGB Variations
Color information
#17E9CF (or 0x17E9CF) is known color: Bright Turquoise. HEX triplet: 17, E9 and CF. RGB value is (23,233,207). Sum of RGB (Red+Green+Blue) = 23+233+207=463 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.97% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #17E9CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17E9CF is #E81630. Grayscale: #A7A7A7. Windows color (decimal): -15210033 or 13625623. OLE color: 13625623.
HSL color Cylindrical-coordinate representation of color #17E9CF: hue angle of 172.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E9CF is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 233 | 207 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.09 |
| HSL | 172.57º | 0.83% | 0.5% | - |
| HSV(B) | 172.57º | 0.9% | 0.91% | - |
| XYZ | 40.75 | 62.96 | 69.04 | - |
| YUV | 167.25 | 150.43 | 25.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 233 | 207 | 0.90 | 0 | 0.11 | 0.09 | 172.57 | 0.83 | 0.5 |
| Hex | 17 | E9 | CF | 5A | 0 | B | 9 | AD | 53 | 32 |
| Octal | 27 | 351 | 317 | 132 | 0 | 13 | 11 | 255 | 123 | 62 |
| Binary | 10111 | 11101001 | 11001111 | 1011010 | 0 | 1011 | 1001 | 10101101 | 1010011 | 110010 |
Color Harmonies of #17E9CF
Complementary color
Monochromatic Colors of #17E9CF
Black with #17E9CF
Text Example
Text Example
White with #17E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E9CF; }
p { color: rgb(23,233,207); }
H1.HeaderClassName
{
color: #17E9CF;
}
.AnyTagClassName
{
color: #17E9CF;
}
</style>
background-color css
<style>
a { background-color: #17E9CF; }
a { background-color: rgb(23,233,207); }
div.DivClassName
{
background-color: #17E9CF;
}
.BgClassName
{
background-color: #17E9CF;
}
</style>
border-color css
<style>
span { border-color: #17E9CF; }
span { border-color: rgb(23,233,207); }
td.TdClassName
{
border-color: #17E9CF;
}
.TagClassName
{
border-color: #17E9CF;
}
</style>