Shades of Turquoise #57E7DD
Tints of Turquoise #57E7DD
RGB
CMYK
RGB Variations
Color information
#57E7DD (or 0x57E7DD) is known color: Turquoise. HEX triplet: 57, E7 and DD. RGB value is (87,231,221). Sum of RGB (Red+Green+Blue) = 87+231+221=539 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.14% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #57E7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E7DD is #A81822. Grayscale: #BABABA. Windows color (decimal): -11016227 or 14542679. OLE color: 14542679.
HSL color Cylindrical-coordinate representation of color #57E7DD: hue angle of 175.83º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E7DD is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 231 | 221 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.09 |
| HSL | 175.83º | 0.75% | 0.62% | - |
| HSV(B) | 175.83º | 0.62% | 0.91% | - |
| XYZ | 45.56 | 64.4 | 78.44 | - |
| YUV | 186.8 | 147.29 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 231 | 221 | 0.62 | 0 | 0.04 | 0.09 | 175.83 | 0.75 | 0.62 |
| Hex | 57 | E7 | DD | 3E | 0 | 4 | 9 | B0 | 4B | 3E |
| Octal | 127 | 347 | 335 | 76 | 0 | 4 | 11 | 260 | 113 | 76 |
| Binary | 1010111 | 11100111 | 11011101 | 111110 | 0 | 100 | 1001 | 10110000 | 1001011 | 111110 |
Color Harmonies of #57E7DD
Complementary color
Monochromatic Colors of #57E7DD
Black with #57E7DD
Text Example
Text Example
White with #57E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E7DD; }
p { color: rgb(87,231,221); }
H1.HeaderClassName
{
color: #57E7DD;
}
.AnyTagClassName
{
color: #57E7DD;
}
</style>
background-color css
<style>
a { background-color: #57E7DD; }
a { background-color: rgb(87,231,221); }
div.DivClassName
{
background-color: #57E7DD;
}
.BgClassName
{
background-color: #57E7DD;
}
</style>
border-color css
<style>
span { border-color: #57E7DD; }
span { border-color: rgb(87,231,221); }
td.TdClassName
{
border-color: #57E7DD;
}
.TagClassName
{
border-color: #57E7DD;
}
</style>