Shades of Turquoise #55E1C6
Tints of Turquoise #55E1C6
RGB
CMYK
RGB Variations
Color information
#55E1C6 (or 0x55E1C6) is known color: Turquoise. HEX triplet: 55, E1 and C6. RGB value is (85,225,198). Sum of RGB (Red+Green+Blue) = 85+225+198=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E1C6 is #AA1E39. Grayscale: #B4B4B4. Windows color (decimal): -11148858 or 13033813. OLE color: 13033813.
HSL color Cylindrical-coordinate representation of color #55E1C6: hue angle of 168.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E1C6 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 198 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.12 |
| HSL | 168.43º | 0.7% | 0.61% | - |
| HSV(B) | 168.43º | 0.62% | 0.88% | - |
| XYZ | 40.86 | 59.86 | 62.83 | - |
| YUV | 180.06 | 138.12 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 198 | 0.62 | 0 | 0.12 | 0.12 | 168.43 | 0.7 | 0.61 |
| Hex | 55 | E1 | C6 | 3E | 0 | C | C | A8 | 46 | 3D |
| Octal | 125 | 341 | 306 | 76 | 0 | 14 | 14 | 250 | 106 | 75 |
| Binary | 1010101 | 11100001 | 11000110 | 111110 | 0 | 1100 | 1100 | 10101000 | 1000110 | 111101 |
Color Harmonies of #55E1C6
Complementary color
Monochromatic Colors of #55E1C6
Black with #55E1C6
Text Example
Text Example
White with #55E1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E1C6; }
p { color: rgb(85,225,198); }
H1.HeaderClassName
{
color: #55E1C6;
}
.AnyTagClassName
{
color: #55E1C6;
}
</style>
background-color css
<style>
a { background-color: #55E1C6; }
a { background-color: rgb(85,225,198); }
div.DivClassName
{
background-color: #55E1C6;
}
.BgClassName
{
background-color: #55E1C6;
}
</style>
border-color css
<style>
span { border-color: #55E1C6; }
span { border-color: rgb(85,225,198); }
td.TdClassName
{
border-color: #55E1C6;
}
.TagClassName
{
border-color: #55E1C6;
}
</style>