Shades of Turquoise #55E1D3
Tints of Turquoise #55E1D3
RGB
CMYK
RGB Variations
Color information
#55E1D3 (or 0x55E1D3) is known color: Turquoise. HEX triplet: 55, E1 and D3. RGB value is (85,225,211). Sum of RGB (Red+Green+Blue) = 85+225+211=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E1D3 is #AA1E2C. Grayscale: #B5B5B5. Windows color (decimal): -11148845 or 13885781. OLE color: 13885781.
HSL color Cylindrical-coordinate representation of color #55E1D3: hue angle of 174º 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 #55E1D3 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 211 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.12 |
| HSL | 174º | 0.7% | 0.61% | - |
| HSV(B) | 174º | 0.62% | 0.88% | - |
| XYZ | 42.43 | 60.48 | 71.07 | - |
| YUV | 181.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 211 | 0.62 | 0 | 0.06 | 0.12 | 174 | 0.7 | 0.61 |
| Hex | 55 | E1 | D3 | 3E | 0 | 6 | C | AE | 46 | 3D |
| Octal | 125 | 341 | 323 | 76 | 0 | 6 | 14 | 256 | 106 | 75 |
| Binary | 1010101 | 11100001 | 11010011 | 111110 | 0 | 110 | 1100 | 10101110 | 1000110 | 111101 |
Color Harmonies of #55E1D3
Complementary color
Monochromatic Colors of #55E1D3
Black with #55E1D3
Text Example
Text Example
White with #55E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E1D3; }
p { color: rgb(85,225,211); }
H1.HeaderClassName
{
color: #55E1D3;
}
.AnyTagClassName
{
color: #55E1D3;
}
</style>
background-color css
<style>
a { background-color: #55E1D3; }
a { background-color: rgb(85,225,211); }
div.DivClassName
{
background-color: #55E1D3;
}
.BgClassName
{
background-color: #55E1D3;
}
</style>
border-color css
<style>
span { border-color: #55E1D3; }
span { border-color: rgb(85,225,211); }
td.TdClassName
{
border-color: #55E1D3;
}
.TagClassName
{
border-color: #55E1D3;
}
</style>