Shades of Bright Turquoise #17FCD0
Tints of Bright Turquoise #17FCD0
RGB
CMYK
RGB Variations
Color information
#17FCD0 (or 0x17FCD0) is known color: Bright Turquoise. HEX triplet: 17, FC and D0. RGB value is (23,252,208). Sum of RGB (Red+Green+Blue) = 23+252+208=483 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.76% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #17FCD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FCD0 is #E8032F. Grayscale: #B2B2B2. Windows color (decimal): -15205168 or 13696023. OLE color: 13696023.
HSL color Cylindrical-coordinate representation of color #17FCD0: hue angle of 168.47º 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 #17FCD0 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 252 | 208 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.01 |
| HSL | 168.47º | 0.97% | 0.54% | - |
| HSV(B) | 168.47º | 0.91% | 0.99% | - |
| XYZ | 46.55 | 74.36 | 71.57 | - |
| YUV | 178.51 | 144.63 | 17.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 252 | 208 | 0.91 | 0 | 0.17 | 0.01 | 168.47 | 0.97 | 0.54 |
| Hex | 17 | FC | D0 | 5B | 0 | 11 | 1 | A8 | 61 | 36 |
| Octal | 27 | 374 | 320 | 133 | 0 | 21 | 1 | 250 | 141 | 66 |
| Binary | 10111 | 11111100 | 11010000 | 1011011 | 0 | 10001 | 1 | 10101000 | 1100001 | 110110 |
Color Harmonies of #17FCD0
Complementary color
Monochromatic Colors of #17FCD0
Black with #17FCD0
Text Example
Text Example
White with #17FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FCD0; }
p { color: rgb(23,252,208); }
H1.HeaderClassName
{
color: #17FCD0;
}
.AnyTagClassName
{
color: #17FCD0;
}
</style>
background-color css
<style>
a { background-color: #17FCD0; }
a { background-color: rgb(23,252,208); }
div.DivClassName
{
background-color: #17FCD0;
}
.BgClassName
{
background-color: #17FCD0;
}
</style>
border-color css
<style>
span { border-color: #17FCD0; }
span { border-color: rgb(23,252,208); }
td.TdClassName
{
border-color: #17FCD0;
}
.TagClassName
{
border-color: #17FCD0;
}
</style>