Shades of Turquoise #55E1DD
Tints of Turquoise #55E1DD
RGB
CMYK
RGB Variations
Color information
#55E1DD (or 0x55E1DD) is known color: Turquoise. HEX triplet: 55, E1 and DD. RGB value is (85,225,221). Sum of RGB (Red+Green+Blue) = 85+225+221=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E1DD is #AA1E22. Grayscale: #B6B6B6. Windows color (decimal): -11148835 or 14541141. OLE color: 14541141.
HSL color Cylindrical-coordinate representation of color #55E1DD: hue angle of 178.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 #55E1DD is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 221 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.12 |
| HSL | 178.29º | 0.7% | 0.61% | - |
| HSV(B) | 178.29º | 0.62% | 0.88% | - |
| XYZ | 43.72 | 61 | 77.88 | - |
| YUV | 182.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 221 | 0.62 | 0 | 0.02 | 0.12 | 178.29 | 0.7 | 0.61 |
| Hex | 55 | E1 | DD | 3E | 0 | 2 | C | B2 | 46 | 3D |
| Octal | 125 | 341 | 335 | 76 | 0 | 2 | 14 | 262 | 106 | 75 |
| Binary | 1010101 | 11100001 | 11011101 | 111110 | 0 | 10 | 1100 | 10110010 | 1000110 | 111101 |
Color Harmonies of #55E1DD
Complementary color
Monochromatic Colors of #55E1DD
Black with #55E1DD
Text Example
Text Example
White with #55E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E1DD; }
p { color: rgb(85,225,221); }
H1.HeaderClassName
{
color: #55E1DD;
}
.AnyTagClassName
{
color: #55E1DD;
}
</style>
background-color css
<style>
a { background-color: #55E1DD; }
a { background-color: rgb(85,225,221); }
div.DivClassName
{
background-color: #55E1DD;
}
.BgClassName
{
background-color: #55E1DD;
}
</style>
border-color css
<style>
span { border-color: #55E1DD; }
span { border-color: rgb(85,225,221); }
td.TdClassName
{
border-color: #55E1DD;
}
.TagClassName
{
border-color: #55E1DD;
}
</style>