Shades of Turquoise #57E5DE
Tints of Turquoise #57E5DE
RGB
CMYK
RGB Variations
Color information
#57E5DE (or 0x57E5DE) is known color: Turquoise. HEX triplet: 57, E5 and DE. RGB value is (87,229,222). Sum of RGB (Red+Green+Blue) = 87+229+222=538 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.17% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #57E5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E5DE is #A81A21. Grayscale: #B9B9B9. Windows color (decimal): -11016738 or 14607703. OLE color: 14607703.
HSL color Cylindrical-coordinate representation of color #57E5DE: hue angle of 177.04º 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 #57E5DE is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 229 | 222 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.10 |
| HSL | 177.04º | 0.73% | 0.62% | - |
| HSV(B) | 177.04º | 0.62% | 0.9% | - |
| XYZ | 45.13 | 63.34 | 78.95 | - |
| YUV | 185.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 229 | 222 | 0.62 | 0 | 0.03 | 0.10 | 177.04 | 0.73 | 0.62 |
| Hex | 57 | E5 | DE | 3E | 0 | 3 | A | B1 | 49 | 3E |
| Octal | 127 | 345 | 336 | 76 | 0 | 3 | 12 | 261 | 111 | 76 |
| Binary | 1010111 | 11100101 | 11011110 | 111110 | 0 | 11 | 1010 | 10110001 | 1001001 | 111110 |
Color Harmonies of #57E5DE
Complementary color
Monochromatic Colors of #57E5DE
Black with #57E5DE
Text Example
Text Example
White with #57E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E5DE; }
p { color: rgb(87,229,222); }
H1.HeaderClassName
{
color: #57E5DE;
}
.AnyTagClassName
{
color: #57E5DE;
}
</style>
background-color css
<style>
a { background-color: #57E5DE; }
a { background-color: rgb(87,229,222); }
div.DivClassName
{
background-color: #57E5DE;
}
.BgClassName
{
background-color: #57E5DE;
}
</style>
border-color css
<style>
span { border-color: #57E5DE; }
span { border-color: rgb(87,229,222); }
td.TdClassName
{
border-color: #57E5DE;
}
.TagClassName
{
border-color: #57E5DE;
}
</style>