Shades of Bright Turquoise #17FCCC
Tints of Bright Turquoise #17FCCC
RGB
CMYK
RGB Variations
Color information
#17FCCC (or 0x17FCCC) is known color: Bright Turquoise. HEX triplet: 17, FC and CC. RGB value is (23,252,204). Sum of RGB (Red+Green+Blue) = 23+252+204=479 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.80% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #17FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FCCC is #E80333. Grayscale: #B2B2B2. Windows color (decimal): -15205172 or 13433879. OLE color: 13433879.
HSL color Cylindrical-coordinate representation of color #17FCCC: hue angle of 167.42º 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 #17FCCC is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 252 | 204 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.01 |
| HSL | 167.42º | 0.97% | 0.54% | - |
| HSV(B) | 167.42º | 0.91% | 0.99% | - |
| XYZ | 46.06 | 74.16 | 69.01 | - |
| YUV | 178.06 | 142.63 | 17.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 252 | 204 | 0.91 | 0 | 0.19 | 0.01 | 167.42 | 0.97 | 0.54 |
| Hex | 17 | FC | CC | 5B | 0 | 13 | 1 | A7 | 61 | 36 |
| Octal | 27 | 374 | 314 | 133 | 0 | 23 | 1 | 247 | 141 | 66 |
| Binary | 10111 | 11111100 | 11001100 | 1011011 | 0 | 10011 | 1 | 10100111 | 1100001 | 110110 |
Color Harmonies of #17FCCC
Complementary color
Monochromatic Colors of #17FCCC
Black with #17FCCC
Text Example
Text Example
White with #17FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FCCC; }
p { color: rgb(23,252,204); }
H1.HeaderClassName
{
color: #17FCCC;
}
.AnyTagClassName
{
color: #17FCCC;
}
</style>
background-color css
<style>
a { background-color: #17FCCC; }
a { background-color: rgb(23,252,204); }
div.DivClassName
{
background-color: #17FCCC;
}
.BgClassName
{
background-color: #17FCCC;
}
</style>
border-color css
<style>
span { border-color: #17FCCC; }
span { border-color: rgb(23,252,204); }
td.TdClassName
{
border-color: #17FCCC;
}
.TagClassName
{
border-color: #17FCCC;
}
</style>