Shades of Bright Turquoise #17FFCC
Tints of Bright Turquoise #17FFCC
RGB
CMYK
RGB Variations
Color information
#17FFCC (or 0x17FFCC) is known color: Bright Turquoise. HEX triplet: 17, FF and CC. RGB value is (23,255,204). Sum of RGB (Red+Green+Blue) = 23+255+204=482 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.77% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFCC is #E80033. Grayscale: #B3B3B3. Windows color (decimal): -15204404 or 13434647. OLE color: 13434647.
HSL color Cylindrical-coordinate representation of color #17FFCC: hue angle of 166.81º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FFCC is Cyan = 0.91, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 204 | - |
| CMYK | 0.91 | 0 | 0.2 | 0 |
| HSL | 166.81º | 1% | 0.55% | - |
| HSV(B) | 166.81º | 0.91% | 1% | - |
| XYZ | 47.01 | 76.06 | 69.33 | - |
| YUV | 179.82 | 141.64 | 16.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 204 | 0.91 | 0 | 0.2 | 0 | 166.81 | 1 | 0.55 |
| Hex | 17 | FF | CC | 5B | 0 | 14 | 0 | A7 | 64 | 37 |
| Octal | 27 | 377 | 314 | 133 | 0 | 24 | 0 | 247 | 144 | 67 |
| Binary | 10111 | 11111111 | 11001100 | 1011011 | 0 | 10100 | 0 | 10100111 | 1100100 | 110111 |
Color Harmonies of #17FFCC
Complementary color
Monochromatic Colors of #17FFCC
Black with #17FFCC
Text Example
Text Example
White with #17FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFCC; }
p { color: rgb(23,255,204); }
H1.HeaderClassName
{
color: #17FFCC;
}
.AnyTagClassName
{
color: #17FFCC;
}
</style>
background-color css
<style>
a { background-color: #17FFCC; }
a { background-color: rgb(23,255,204); }
div.DivClassName
{
background-color: #17FFCC;
}
.BgClassName
{
background-color: #17FFCC;
}
</style>
border-color css
<style>
span { border-color: #17FFCC; }
span { border-color: rgb(23,255,204); }
td.TdClassName
{
border-color: #17FFCC;
}
.TagClassName
{
border-color: #17FFCC;
}
</style>