Shades of Turquoise #55FCCE
Tints of Turquoise #55FCCE
RGB
CMYK
RGB Variations
Color information
#55FCCE (or 0x55FCCE) is known color: Turquoise. HEX triplet: 55, FC and CE. RGB value is (85,252,206). Sum of RGB (Red+Green+Blue) = 85+252+206=543 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.65% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCCE is #AA0331. Grayscale: #C4C4C4. Windows color (decimal): -11141938 or 13565013. OLE color: 13565013.
HSL color Cylindrical-coordinate representation of color #55FCCE: hue angle of 163.47º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FCCE is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 206 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.01 |
| HSL | 163.47º | 0.97% | 0.66% | - |
| HSV(B) | 163.47º | 0.66% | 0.99% | - |
| XYZ | 49.7 | 76.01 | 70.44 | - |
| YUV | 196.82 | 133.17 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 206 | 0.66 | 0 | 0.18 | 0.01 | 163.47 | 0.97 | 0.66 |
| Hex | 55 | FC | CE | 42 | 0 | 12 | 1 | A3 | 61 | 42 |
| Octal | 125 | 374 | 316 | 102 | 0 | 22 | 1 | 243 | 141 | 102 |
| Binary | 1010101 | 11111100 | 11001110 | 1000010 | 0 | 10010 | 1 | 10100011 | 1100001 | 1000010 |
Color Harmonies of #55FCCE
Complementary color
Monochromatic Colors of #55FCCE
Black with #55FCCE
Text Example
Text Example
White with #55FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FCCE; }
p { color: rgb(85,252,206); }
H1.HeaderClassName
{
color: #55FCCE;
}
.AnyTagClassName
{
color: #55FCCE;
}
</style>
background-color css
<style>
a { background-color: #55FCCE; }
a { background-color: rgb(85,252,206); }
div.DivClassName
{
background-color: #55FCCE;
}
.BgClassName
{
background-color: #55FCCE;
}
</style>
border-color css
<style>
span { border-color: #55FCCE; }
span { border-color: rgb(85,252,206); }
td.TdClassName
{
border-color: #55FCCE;
}
.TagClassName
{
border-color: #55FCCE;
}
</style>