Shades of Turquoise #55FFCC
Tints of Turquoise #55FFCC
RGB
CMYK
RGB Variations
Color information
#55FFCC (or 0x55FFCC) is known color: Turquoise. HEX triplet: 55, FF and CC. RGB value is (85,255,204). Sum of RGB (Red+Green+Blue) = 85+255+204=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFCC is #AA0033. Grayscale: #C6C6C6. Windows color (decimal): -11141172 or 13434709. OLE color: 13434709.
HSL color Cylindrical-coordinate representation of color #55FFCC: hue angle of 162º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFCC is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 204 | - |
| CMYK | 0.67 | 0 | 0.2 | 0 |
| HSL | 162º | 1% | 0.67% | - |
| HSV(B) | 162º | 0.67% | 1% | - |
| XYZ | 50.41 | 77.81 | 69.49 | - |
| YUV | 198.36 | 131.18 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 204 | 0.67 | 0 | 0.2 | 0 | 162 | 1 | 0.67 |
| Hex | 55 | FF | CC | 43 | 0 | 14 | 0 | A2 | 64 | 43 |
| Octal | 125 | 377 | 314 | 103 | 0 | 24 | 0 | 242 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11001100 | 1000011 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000011 |
Color Harmonies of #55FFCC
Complementary color
Monochromatic Colors of #55FFCC
Black with #55FFCC
Text Example
Text Example
White with #55FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFCC; }
p { color: rgb(85,255,204); }
H1.HeaderClassName
{
color: #55FFCC;
}
.AnyTagClassName
{
color: #55FFCC;
}
</style>
background-color css
<style>
a { background-color: #55FFCC; }
a { background-color: rgb(85,255,204); }
div.DivClassName
{
background-color: #55FFCC;
}
.BgClassName
{
background-color: #55FFCC;
}
</style>
border-color css
<style>
span { border-color: #55FFCC; }
span { border-color: rgb(85,255,204); }
td.TdClassName
{
border-color: #55FFCC;
}
.TagClassName
{
border-color: #55FFCC;
}
</style>