Shades of Bright Turquoise #17FDCE
Tints of Bright Turquoise #17FDCE
RGB
CMYK
RGB Variations
Color information
#17FDCE (or 0x17FDCE) is known color: Bright Turquoise. HEX triplet: 17, FD and CE. RGB value is (23,253,206). Sum of RGB (Red+Green+Blue) = 23+253+206=482 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.77% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #17FDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FDCE is #E80231. Grayscale: #B2B2B2. Windows color (decimal): -15204914 or 13565207. OLE color: 13565207.
HSL color Cylindrical-coordinate representation of color #17FDCE: hue angle of 167.74º degrees, saturation: 0.98, 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 #17FDCE is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 253 | 206 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.01 |
| HSL | 167.74º | 0.98% | 0.54% | - |
| HSV(B) | 167.74º | 0.91% | 0.99% | - |
| XYZ | 46.62 | 74.89 | 70.39 | - |
| YUV | 178.87 | 143.3 | 16.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 253 | 206 | 0.91 | 0 | 0.19 | 0.01 | 167.74 | 0.98 | 0.54 |
| Hex | 17 | FD | CE | 5B | 0 | 13 | 1 | A8 | 62 | 36 |
| Octal | 27 | 375 | 316 | 133 | 0 | 23 | 1 | 250 | 142 | 66 |
| Binary | 10111 | 11111101 | 11001110 | 1011011 | 0 | 10011 | 1 | 10101000 | 1100010 | 110110 |
Color Harmonies of #17FDCE
Complementary color
Monochromatic Colors of #17FDCE
Black with #17FDCE
Text Example
Text Example
White with #17FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FDCE; }
p { color: rgb(23,253,206); }
H1.HeaderClassName
{
color: #17FDCE;
}
.AnyTagClassName
{
color: #17FDCE;
}
</style>
background-color css
<style>
a { background-color: #17FDCE; }
a { background-color: rgb(23,253,206); }
div.DivClassName
{
background-color: #17FDCE;
}
.BgClassName
{
background-color: #17FDCE;
}
</style>
border-color css
<style>
span { border-color: #17FDCE; }
span { border-color: rgb(23,253,206); }
td.TdClassName
{
border-color: #17FDCE;
}
.TagClassName
{
border-color: #17FDCE;
}
</style>