Shades of Bright Turquoise #17FCEC
Tints of Bright Turquoise #17FCEC
RGB
CMYK
RGB Variations
Color information
#17FCEC (or 0x17FCEC) is known color: Bright Turquoise. HEX triplet: 17, FC and EC. RGB value is (23,252,236). Sum of RGB (Red+Green+Blue) = 23+252+236=511 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.50% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #17FCEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FCEC is #E80313. Grayscale: #B5B5B5. Windows color (decimal): -15205140 or 15531031. OLE color: 15531031.
HSL color Cylindrical-coordinate representation of color #17FCEC: hue angle of 175.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FCEC is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 252 | 236 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.01 |
| HSL | 175.81º | 0.97% | 0.54% | - |
| HSV(B) | 175.81º | 0.91% | 0.99% | - |
| XYZ | 50.3 | 75.86 | 91.35 | - |
| YUV | 181.71 | 158.63 | 14.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 252 | 236 | 0.91 | 0 | 0.06 | 0.01 | 175.81 | 0.97 | 0.54 |
| Hex | 17 | FC | EC | 5B | 0 | 6 | 1 | B0 | 61 | 36 |
| Octal | 27 | 374 | 354 | 133 | 0 | 6 | 1 | 260 | 141 | 66 |
| Binary | 10111 | 11111100 | 11101100 | 1011011 | 0 | 110 | 1 | 10110000 | 1100001 | 110110 |
Color Harmonies of #17FCEC
Complementary color
Monochromatic Colors of #17FCEC
Black with #17FCEC
Text Example
Text Example
White with #17FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FCEC; }
p { color: rgb(23,252,236); }
H1.HeaderClassName
{
color: #17FCEC;
}
.AnyTagClassName
{
color: #17FCEC;
}
</style>
background-color css
<style>
a { background-color: #17FCEC; }
a { background-color: rgb(23,252,236); }
div.DivClassName
{
background-color: #17FCEC;
}
.BgClassName
{
background-color: #17FCEC;
}
</style>
border-color css
<style>
span { border-color: #17FCEC; }
span { border-color: rgb(23,252,236); }
td.TdClassName
{
border-color: #17FCEC;
}
.TagClassName
{
border-color: #17FCEC;
}
</style>