Shades of Turquoise #55F6CE
Tints of Turquoise #55F6CE
RGB
CMYK
RGB Variations
Color information
#55F6CE (or 0x55F6CE) is known color: Turquoise. HEX triplet: 55, F6 and CE. RGB value is (85,246,206). Sum of RGB (Red+Green+Blue) = 85+246+206=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #55F6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F6CE is #AA0931. Grayscale: #C1C1C1. Windows color (decimal): -11143474 or 13563477. OLE color: 13563477.
HSL color Cylindrical-coordinate representation of color #55F6CE: hue angle of 165.09º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F6CE is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 246 | 206 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.04 |
| HSL | 165.09º | 0.9% | 0.65% | - |
| HSV(B) | 165.09º | 0.65% | 0.96% | - |
| XYZ | 47.84 | 72.3 | 69.83 | - |
| YUV | 193.3 | 135.16 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 246 | 206 | 0.65 | 0 | 0.16 | 0.04 | 165.09 | 0.9 | 0.65 |
| Hex | 55 | F6 | CE | 41 | 0 | 10 | 4 | A5 | 5A | 41 |
| Octal | 125 | 366 | 316 | 101 | 0 | 20 | 4 | 245 | 132 | 101 |
| Binary | 1010101 | 11110110 | 11001110 | 1000001 | 0 | 10000 | 100 | 10100101 | 1011010 | 1000001 |
Color Harmonies of #55F6CE
Complementary color
Monochromatic Colors of #55F6CE
Black with #55F6CE
Text Example
Text Example
White with #55F6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F6CE; }
p { color: rgb(85,246,206); }
H1.HeaderClassName
{
color: #55F6CE;
}
.AnyTagClassName
{
color: #55F6CE;
}
</style>
background-color css
<style>
a { background-color: #55F6CE; }
a { background-color: rgb(85,246,206); }
div.DivClassName
{
background-color: #55F6CE;
}
.BgClassName
{
background-color: #55F6CE;
}
</style>
border-color css
<style>
span { border-color: #55F6CE; }
span { border-color: rgb(85,246,206); }
td.TdClassName
{
border-color: #55F6CE;
}
.TagClassName
{
border-color: #55F6CE;
}
</style>