Shades of Turquoise #55E9D1
Tints of Turquoise #55E9D1
RGB
CMYK
RGB Variations
Color information
#55E9D1 (or 0x55E9D1) is known color: Turquoise. HEX triplet: 55, E9 and D1. RGB value is (85,233,209). Sum of RGB (Red+Green+Blue) = 85+233+209=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E9D1 is #AA162E. Grayscale: #B9B9B9. Windows color (decimal): -11146799 or 13756757. OLE color: 13756757.
HSL color Cylindrical-coordinate representation of color #55E9D1: hue angle of 170.27º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E9D1 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 209 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.09 |
| HSL | 170.27º | 0.77% | 0.62% | - |
| HSV(B) | 170.27º | 0.64% | 0.91% | - |
| XYZ | 44.39 | 64.81 | 70.49 | - |
| YUV | 186.01 | 140.97 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 209 | 0.64 | 0 | 0.10 | 0.09 | 170.27 | 0.77 | 0.62 |
| Hex | 55 | E9 | D1 | 40 | 0 | A | 9 | AA | 4D | 3E |
| Octal | 125 | 351 | 321 | 100 | 0 | 12 | 11 | 252 | 115 | 76 |
| Binary | 1010101 | 11101001 | 11010001 | 1000000 | 0 | 1010 | 1001 | 10101010 | 1001101 | 111110 |
Color Harmonies of #55E9D1
Complementary color
Monochromatic Colors of #55E9D1
Black with #55E9D1
Text Example
Text Example
White with #55E9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9D1; }
p { color: rgb(85,233,209); }
H1.HeaderClassName
{
color: #55E9D1;
}
.AnyTagClassName
{
color: #55E9D1;
}
</style>
background-color css
<style>
a { background-color: #55E9D1; }
a { background-color: rgb(85,233,209); }
div.DivClassName
{
background-color: #55E9D1;
}
.BgClassName
{
background-color: #55E9D1;
}
</style>
border-color css
<style>
span { border-color: #55E9D1; }
span { border-color: rgb(85,233,209); }
td.TdClassName
{
border-color: #55E9D1;
}
.TagClassName
{
border-color: #55E9D1;
}
</style>