Shades of Turquoise #55E1C8
Tints of Turquoise #55E1C8
RGB
CMYK
RGB Variations
Color information
#55E1C8 (or 0x55E1C8) is known color: Turquoise. HEX triplet: 55, E1 and C8. RGB value is (85,225,200). Sum of RGB (Red+Green+Blue) = 85+225+200=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E1C8 is #AA1E37. Grayscale: #B4B4B4. Windows color (decimal): -11148856 or 13164885. OLE color: 13164885.
HSL color Cylindrical-coordinate representation of color #55E1C8: hue angle of 169.29º 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 #55E1C8 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 200 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.12 |
| HSL | 169.29º | 0.7% | 0.61% | - |
| HSV(B) | 169.29º | 0.62% | 0.88% | - |
| XYZ | 41.1 | 59.95 | 64.05 | - |
| YUV | 180.29 | 139.12 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 200 | 0.62 | 0 | 0.11 | 0.12 | 169.29 | 0.7 | 0.61 |
| Hex | 55 | E1 | C8 | 3E | 0 | B | C | A9 | 46 | 3D |
| Octal | 125 | 341 | 310 | 76 | 0 | 13 | 14 | 251 | 106 | 75 |
| Binary | 1010101 | 11100001 | 11001000 | 111110 | 0 | 1011 | 1100 | 10101001 | 1000110 | 111101 |
Color Harmonies of #55E1C8
Complementary color
Monochromatic Colors of #55E1C8
Black with #55E1C8
Text Example
Text Example
White with #55E1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E1C8; }
p { color: rgb(85,225,200); }
H1.HeaderClassName
{
color: #55E1C8;
}
.AnyTagClassName
{
color: #55E1C8;
}
</style>
background-color css
<style>
a { background-color: #55E1C8; }
a { background-color: rgb(85,225,200); }
div.DivClassName
{
background-color: #55E1C8;
}
.BgClassName
{
background-color: #55E1C8;
}
</style>
border-color css
<style>
span { border-color: #55E1C8; }
span { border-color: rgb(85,225,200); }
td.TdClassName
{
border-color: #55E1C8;
}
.TagClassName
{
border-color: #55E1C8;
}
</style>