Shades of Bright Turquoise #17EBEC
Tints of Bright Turquoise #17EBEC
RGB
CMYK
RGB Variations
Color information
#17EBEC (or 0x17EBEC) is known color: Bright Turquoise. HEX triplet: 17, EB and EC. RGB value is (23,235,236). Sum of RGB (Red+Green+Blue) = 23+235+236=494 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.66% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #17EBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EBEC is #E81413. Grayscale: #ABABAB. Windows color (decimal): -15209492 or 15526679. OLE color: 15526679.
HSL color Cylindrical-coordinate representation of color #17EBEC: hue angle of 180.28º degrees, saturation: 0.85, 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 #17EBEC is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 235 | 236 | - |
| CMYK | 0.90 | 0.00 | 0 | 0.07 |
| HSL | 180.28º | 0.85% | 0.51% | - |
| HSV(B) | 180.28º | 0.9% | 0.93% | - |
| XYZ | 45.2 | 65.65 | 89.65 | - |
| YUV | 171.73 | 164.26 | 21.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 235 | 236 | 0.90 | 0.00 | 0 | 0.07 | 180.28 | 0.85 | 0.51 |
| Hex | 17 | EB | EC | 5A | 0 | 0 | 7 | B4 | 55 | 33 |
| Octal | 27 | 353 | 354 | 132 | 0 | 0 | 7 | 264 | 125 | 63 |
| Binary | 10111 | 11101011 | 11101100 | 1011010 | 0 | 0 | 111 | 10110100 | 1010101 | 110011 |
Color Harmonies of #17EBEC
Complementary color
Monochromatic Colors of #17EBEC
Black with #17EBEC
Text Example
Text Example
White with #17EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EBEC; }
p { color: rgb(23,235,236); }
H1.HeaderClassName
{
color: #17EBEC;
}
.AnyTagClassName
{
color: #17EBEC;
}
</style>
background-color css
<style>
a { background-color: #17EBEC; }
a { background-color: rgb(23,235,236); }
div.DivClassName
{
background-color: #17EBEC;
}
.BgClassName
{
background-color: #17EBEC;
}
</style>
border-color css
<style>
span { border-color: #17EBEC; }
span { border-color: rgb(23,235,236); }
td.TdClassName
{
border-color: #17EBEC;
}
.TagClassName
{
border-color: #17EBEC;
}
</style>