Shades of Bright Turquoise #17EEDE
Tints of Bright Turquoise #17EEDE
RGB
CMYK
RGB Variations
Color information
#17EEDE (or 0x17EEDE) is known color: Bright Turquoise. HEX triplet: 17, EE and DE. RGB value is (23,238,222). Sum of RGB (Red+Green+Blue) = 23+238+222=483 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.76% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #17EEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EEDE is #E81121. Grayscale: #ABABAB. Windows color (decimal): -15208738 or 14609943. OLE color: 14609943.
HSL color Cylindrical-coordinate representation of color #17EEDE: hue angle of 175.53º 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 #17EEDE is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 238 | 222 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.07 |
| HSL | 175.53º | 0.86% | 0.51% | - |
| HSV(B) | 175.53º | 0.9% | 0.93% | - |
| XYZ | 44.11 | 66.61 | 79.64 | - |
| YUV | 171.89 | 156.27 | 21.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 222 | 0.90 | 0 | 0.07 | 0.07 | 175.53 | 0.86 | 0.51 |
| Hex | 17 | EE | DE | 5A | 0 | 7 | 7 | B0 | 56 | 33 |
| Octal | 27 | 356 | 336 | 132 | 0 | 7 | 7 | 260 | 126 | 63 |
| Binary | 10111 | 11101110 | 11011110 | 1011010 | 0 | 111 | 111 | 10110000 | 1010110 | 110011 |
Color Harmonies of #17EEDE
Complementary color
Monochromatic Colors of #17EEDE
Black with #17EEDE
Text Example
Text Example
White with #17EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EEDE; }
p { color: rgb(23,238,222); }
H1.HeaderClassName
{
color: #17EEDE;
}
.AnyTagClassName
{
color: #17EEDE;
}
</style>
background-color css
<style>
a { background-color: #17EEDE; }
a { background-color: rgb(23,238,222); }
div.DivClassName
{
background-color: #17EEDE;
}
.BgClassName
{
background-color: #17EEDE;
}
</style>
border-color css
<style>
span { border-color: #17EEDE; }
span { border-color: rgb(23,238,222); }
td.TdClassName
{
border-color: #17EEDE;
}
.TagClassName
{
border-color: #17EEDE;
}
</style>