Shades of Turquoise #55E0C8
Tints of Turquoise #55E0C8
RGB
CMYK
RGB Variations
Color information
#55E0C8 (or 0x55E0C8) is known color: Turquoise. HEX triplet: 55, E0 and C8. RGB value is (85,224,200). Sum of RGB (Red+Green+Blue) = 85+224+200=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E0C8 is #AA1F37. Grayscale: #B3B3B3. Windows color (decimal): -11149112 or 13164629. OLE color: 13164629.
HSL color Cylindrical-coordinate representation of color #55E0C8: hue angle of 169.64º degrees, saturation: 0.69, 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 #55E0C8 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 200 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.12 |
| HSL | 169.64º | 0.69% | 0.61% | - |
| HSV(B) | 169.64º | 0.62% | 0.88% | - |
| XYZ | 40.83 | 59.41 | 63.96 | - |
| YUV | 179.7 | 139.45 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 200 | 0.62 | 0 | 0.11 | 0.12 | 169.64 | 0.69 | 0.61 |
| Hex | 55 | E0 | C8 | 3E | 0 | B | C | AA | 45 | 3D |
| Octal | 125 | 340 | 310 | 76 | 0 | 13 | 14 | 252 | 105 | 75 |
| Binary | 1010101 | 11100000 | 11001000 | 111110 | 0 | 1011 | 1100 | 10101010 | 1000101 | 111101 |
Color Harmonies of #55E0C8
Complementary color
Monochromatic Colors of #55E0C8
Black with #55E0C8
Text Example
Text Example
White with #55E0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E0C8; }
p { color: rgb(85,224,200); }
H1.HeaderClassName
{
color: #55E0C8;
}
.AnyTagClassName
{
color: #55E0C8;
}
</style>
background-color css
<style>
a { background-color: #55E0C8; }
a { background-color: rgb(85,224,200); }
div.DivClassName
{
background-color: #55E0C8;
}
.BgClassName
{
background-color: #55E0C8;
}
</style>
border-color css
<style>
span { border-color: #55E0C8; }
span { border-color: rgb(85,224,200); }
td.TdClassName
{
border-color: #55E0C8;
}
.TagClassName
{
border-color: #55E0C8;
}
</style>