Shades of Turquoise Blue #57E5DF
Tints of Turquoise Blue #57E5DF
RGB
CMYK
RGB Variations
Color information
#57E5DF (or 0x57E5DF) is known color: Turquoise Blue. HEX triplet: 57, E5 and DF. RGB value is (87,229,223). Sum of RGB (Red+Green+Blue) = 87+229+223=539 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.14% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #57E5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E5DF is #A81A20. Grayscale: #B9B9B9. Windows color (decimal): -11016737 or 14673239. OLE color: 14673239.
HSL color Cylindrical-coordinate representation of color #57E5DF: hue angle of 177.46º 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 #57E5DF is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 229 | 223 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.10 |
| HSL | 177.46º | 0.73% | 0.62% | - |
| HSV(B) | 177.46º | 0.62% | 0.9% | - |
| XYZ | 45.27 | 63.39 | 79.66 | - |
| YUV | 185.86 | 148.96 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 229 | 223 | 0.62 | 0 | 0.03 | 0.10 | 177.46 | 0.73 | 0.62 |
| Hex | 57 | E5 | DF | 3E | 0 | 3 | A | B1 | 49 | 3E |
| Octal | 127 | 345 | 337 | 76 | 0 | 3 | 12 | 261 | 111 | 76 |
| Binary | 1010111 | 11100101 | 11011111 | 111110 | 0 | 11 | 1010 | 10110001 | 1001001 | 111110 |
Color Harmonies of #57E5DF
Complementary color
Monochromatic Colors of #57E5DF
Black with #57E5DF
Text Example
Text Example
White with #57E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E5DF; }
p { color: rgb(87,229,223); }
H1.HeaderClassName
{
color: #57E5DF;
}
.AnyTagClassName
{
color: #57E5DF;
}
</style>
background-color css
<style>
a { background-color: #57E5DF; }
a { background-color: rgb(87,229,223); }
div.DivClassName
{
background-color: #57E5DF;
}
.BgClassName
{
background-color: #57E5DF;
}
</style>
border-color css
<style>
span { border-color: #57E5DF; }
span { border-color: rgb(87,229,223); }
td.TdClassName
{
border-color: #57E5DF;
}
.TagClassName
{
border-color: #57E5DF;
}
</style>