Shades of Bright Turquoise #17ECEF
Tints of Bright Turquoise #17ECEF
RGB
CMYK
RGB Variations
Color information
#17ECEF (or 0x17ECEF) is known color: Bright Turquoise. HEX triplet: 17, EC and EF. RGB value is (23,236,239). Sum of RGB (Red+Green+Blue) = 23+236+239=498 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.62% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #17ECEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17ECEF is #E81310. Grayscale: #ACACAC. Windows color (decimal): -15209233 or 15723543. OLE color: 15723543.
HSL color Cylindrical-coordinate representation of color #17ECEF: hue angle of 180.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17ECEF is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 236 | 239 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.06 |
| HSL | 180.83º | 0.87% | 0.51% | - |
| HSV(B) | 180.83º | 0.9% | 0.94% | - |
| XYZ | 45.93 | 66.41 | 92.06 | - |
| YUV | 172.66 | 165.43 | 21.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 239 | 0.90 | 0.01 | 0 | 0.06 | 180.83 | 0.87 | 0.51 |
| Hex | 17 | EC | EF | 5A | 1 | 0 | 6 | B5 | 57 | 33 |
| Octal | 27 | 354 | 357 | 132 | 1 | 0 | 6 | 265 | 127 | 63 |
| Binary | 10111 | 11101100 | 11101111 | 1011010 | 1 | 0 | 110 | 10110101 | 1010111 | 110011 |
Color Harmonies of #17ECEF
Complementary color
Monochromatic Colors of #17ECEF
Black with #17ECEF
Text Example
Text Example
White with #17ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECEF; }
p { color: rgb(23,236,239); }
H1.HeaderClassName
{
color: #17ECEF;
}
.AnyTagClassName
{
color: #17ECEF;
}
</style>
background-color css
<style>
a { background-color: #17ECEF; }
a { background-color: rgb(23,236,239); }
div.DivClassName
{
background-color: #17ECEF;
}
.BgClassName
{
background-color: #17ECEF;
}
</style>
border-color css
<style>
span { border-color: #17ECEF; }
span { border-color: rgb(23,236,239); }
td.TdClassName
{
border-color: #17ECEF;
}
.TagClassName
{
border-color: #17ECEF;
}
</style>