Shades of Turquoise #55E5D4
Tints of Turquoise #55E5D4
RGB
CMYK
RGB Variations
Color information
#55E5D4 (or 0x55E5D4) is known color: Turquoise. HEX triplet: 55, E5 and D4. RGB value is (85,229,212). Sum of RGB (Red+Green+Blue) = 85+229+212=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #55E5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E5D4 is #AA1A2B. Grayscale: #B7B7B7. Windows color (decimal): -11147820 or 13952341. OLE color: 13952341.
HSL color Cylindrical-coordinate representation of color #55E5D4: hue angle of 172.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E5D4 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 229 | 212 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.10 |
| HSL | 172.92º | 0.73% | 0.62% | - |
| HSV(B) | 172.92º | 0.63% | 0.9% | - |
| XYZ | 43.65 | 62.72 | 72.09 | - |
| YUV | 184.01 | 143.79 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 229 | 212 | 0.63 | 0 | 0.07 | 0.10 | 172.92 | 0.73 | 0.62 |
| Hex | 55 | E5 | D4 | 3F | 0 | 7 | A | AD | 49 | 3E |
| Octal | 125 | 345 | 324 | 77 | 0 | 7 | 12 | 255 | 111 | 76 |
| Binary | 1010101 | 11100101 | 11010100 | 111111 | 0 | 111 | 1010 | 10101101 | 1001001 | 111110 |
Color Harmonies of #55E5D4
Complementary color
Monochromatic Colors of #55E5D4
Black with #55E5D4
Text Example
Text Example
White with #55E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E5D4; }
p { color: rgb(85,229,212); }
H1.HeaderClassName
{
color: #55E5D4;
}
.AnyTagClassName
{
color: #55E5D4;
}
</style>
background-color css
<style>
a { background-color: #55E5D4; }
a { background-color: rgb(85,229,212); }
div.DivClassName
{
background-color: #55E5D4;
}
.BgClassName
{
background-color: #55E5D4;
}
</style>
border-color css
<style>
span { border-color: #55E5D4; }
span { border-color: rgb(85,229,212); }
td.TdClassName
{
border-color: #55E5D4;
}
.TagClassName
{
border-color: #55E5D4;
}
</style>