Shades of Turquoise #57E5DD
Tints of Turquoise #57E5DD
RGB
CMYK
RGB Variations
Color information
#57E5DD (or 0x57E5DD) is known color: Turquoise. HEX triplet: 57, E5 and DD. RGB value is (87,229,221). Sum of RGB (Red+Green+Blue) = 87+229+221=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #57E5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E5DD is #A81A22. Grayscale: #B9B9B9. Windows color (decimal): -11016739 or 14542167. OLE color: 14542167.
HSL color Cylindrical-coordinate representation of color #57E5DD: hue angle of 176.62º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E5DD is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 229 | 221 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.10 |
| HSL | 176.62º | 0.73% | 0.62% | - |
| HSV(B) | 176.62º | 0.62% | 0.9% | - |
| XYZ | 45 | 63.29 | 78.25 | - |
| YUV | 185.63 | 147.96 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 229 | 221 | 0.62 | 0 | 0.03 | 0.10 | 176.62 | 0.73 | 0.62 |
| Hex | 57 | E5 | DD | 3E | 0 | 3 | A | B1 | 49 | 3E |
| Octal | 127 | 345 | 335 | 76 | 0 | 3 | 12 | 261 | 111 | 76 |
| Binary | 1010111 | 11100101 | 11011101 | 111110 | 0 | 11 | 1010 | 10110001 | 1001001 | 111110 |
Color Harmonies of #57E5DD
Complementary color
Monochromatic Colors of #57E5DD
Black with #57E5DD
Text Example
Text Example
White with #57E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E5DD; }
p { color: rgb(87,229,221); }
H1.HeaderClassName
{
color: #57E5DD;
}
.AnyTagClassName
{
color: #57E5DD;
}
</style>
background-color css
<style>
a { background-color: #57E5DD; }
a { background-color: rgb(87,229,221); }
div.DivClassName
{
background-color: #57E5DD;
}
.BgClassName
{
background-color: #57E5DD;
}
</style>
border-color css
<style>
span { border-color: #57E5DD; }
span { border-color: rgb(87,229,221); }
td.TdClassName
{
border-color: #57E5DD;
}
.TagClassName
{
border-color: #57E5DD;
}
</style>