Shades of Turquoise #55E7D9
Tints of Turquoise #55E7D9
RGB
CMYK
RGB Variations
Color information
#55E7D9 (or 0x55E7D9) is known color: Turquoise. HEX triplet: 55, E7 and D9. RGB value is (85,231,217). Sum of RGB (Red+Green+Blue) = 85+231+217=533 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.95% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #55E7D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E7D9 is #AA1826. Grayscale: #B9B9B9. Windows color (decimal): -11147303 or 14280533. OLE color: 14280533.
HSL color Cylindrical-coordinate representation of color #55E7D9: hue angle of 174.25º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E7D9 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 231 | 217 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.09 |
| HSL | 174.25º | 0.75% | 0.62% | - |
| HSV(B) | 174.25º | 0.63% | 0.91% | - |
| XYZ | 44.85 | 64.09 | 75.65 | - |
| YUV | 185.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 231 | 217 | 0.63 | 0 | 0.06 | 0.09 | 174.25 | 0.75 | 0.62 |
| Hex | 55 | E7 | D9 | 3F | 0 | 6 | 9 | AE | 4B | 3E |
| Octal | 125 | 347 | 331 | 77 | 0 | 6 | 11 | 256 | 113 | 76 |
| Binary | 1010101 | 11100111 | 11011001 | 111111 | 0 | 110 | 1001 | 10101110 | 1001011 | 111110 |
Color Harmonies of #55E7D9
Complementary color
Monochromatic Colors of #55E7D9
Black with #55E7D9
Text Example
Text Example
White with #55E7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E7D9; }
p { color: rgb(85,231,217); }
H1.HeaderClassName
{
color: #55E7D9;
}
.AnyTagClassName
{
color: #55E7D9;
}
</style>
background-color css
<style>
a { background-color: #55E7D9; }
a { background-color: rgb(85,231,217); }
div.DivClassName
{
background-color: #55E7D9;
}
.BgClassName
{
background-color: #55E7D9;
}
</style>
border-color css
<style>
span { border-color: #55E7D9; }
span { border-color: rgb(85,231,217); }
td.TdClassName
{
border-color: #55E7D9;
}
.TagClassName
{
border-color: #55E7D9;
}
</style>