Shades of Bright Turquoise #17E9D0
Tints of Bright Turquoise #17E9D0
RGB
CMYK
RGB Variations
Color information
#17E9D0 (or 0x17E9D0) is known color: Bright Turquoise. HEX triplet: 17, E9 and D0. RGB value is (23,233,208). Sum of RGB (Red+Green+Blue) = 23+233+208=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #17E9D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17E9D0 is #E8162F. Grayscale: #A7A7A7. Windows color (decimal): -15210032 or 13691159. OLE color: 13691159.
HSL color Cylindrical-coordinate representation of color #17E9D0: hue angle of 172.86º 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 #17E9D0 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 233 | 208 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.09 |
| HSL | 172.86º | 0.83% | 0.5% | - |
| HSV(B) | 172.86º | 0.9% | 0.91% | - |
| XYZ | 40.88 | 63.01 | 69.68 | - |
| YUV | 167.36 | 150.93 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 233 | 208 | 0.90 | 0 | 0.11 | 0.09 | 172.86 | 0.83 | 0.5 |
| Hex | 17 | E9 | D0 | 5A | 0 | B | 9 | AD | 53 | 32 |
| Octal | 27 | 351 | 320 | 132 | 0 | 13 | 11 | 255 | 123 | 62 |
| Binary | 10111 | 11101001 | 11010000 | 1011010 | 0 | 1011 | 1001 | 10101101 | 1010011 | 110010 |
Color Harmonies of #17E9D0
Complementary color
Monochromatic Colors of #17E9D0
Black with #17E9D0
Text Example
Text Example
White with #17E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E9D0; }
p { color: rgb(23,233,208); }
H1.HeaderClassName
{
color: #17E9D0;
}
.AnyTagClassName
{
color: #17E9D0;
}
</style>
background-color css
<style>
a { background-color: #17E9D0; }
a { background-color: rgb(23,233,208); }
div.DivClassName
{
background-color: #17E9D0;
}
.BgClassName
{
background-color: #17E9D0;
}
</style>
border-color css
<style>
span { border-color: #17E9D0; }
span { border-color: rgb(23,233,208); }
td.TdClassName
{
border-color: #17E9D0;
}
.TagClassName
{
border-color: #17E9D0;
}
</style>