Shades of Turquoise #57E3CA
Tints of Turquoise #57E3CA
RGB
CMYK
RGB Variations
Color information
#57E3CA (or 0x57E3CA) is known color: Turquoise. HEX triplet: 57, E3 and CA. RGB value is (87,227,202). Sum of RGB (Red+Green+Blue) = 87+227+202=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #57E3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E3CA is #A81C35. Grayscale: #B6B6B6. Windows color (decimal): -11017270 or 13296471. OLE color: 13296471.
HSL color Cylindrical-coordinate representation of color #57E3CA: hue angle of 169.29º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E3CA is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 227 | 202 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.11 |
| HSL | 169.29º | 0.71% | 0.62% | - |
| HSV(B) | 169.29º | 0.62% | 0.89% | - |
| XYZ | 42.06 | 61.23 | 65.48 | - |
| YUV | 182.29 | 139.12 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 227 | 202 | 0.62 | 0 | 0.11 | 0.11 | 169.29 | 0.71 | 0.62 |
| Hex | 57 | E3 | CA | 3E | 0 | B | B | A9 | 47 | 3E |
| Octal | 127 | 343 | 312 | 76 | 0 | 13 | 13 | 251 | 107 | 76 |
| Binary | 1010111 | 11100011 | 11001010 | 111110 | 0 | 1011 | 1011 | 10101001 | 1000111 | 111110 |
Color Harmonies of #57E3CA
Complementary color
Monochromatic Colors of #57E3CA
Black with #57E3CA
Text Example
Text Example
White with #57E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E3CA; }
p { color: rgb(87,227,202); }
H1.HeaderClassName
{
color: #57E3CA;
}
.AnyTagClassName
{
color: #57E3CA;
}
</style>
background-color css
<style>
a { background-color: #57E3CA; }
a { background-color: rgb(87,227,202); }
div.DivClassName
{
background-color: #57E3CA;
}
.BgClassName
{
background-color: #57E3CA;
}
</style>
border-color css
<style>
span { border-color: #57E3CA; }
span { border-color: rgb(87,227,202); }
td.TdClassName
{
border-color: #57E3CA;
}
.TagClassName
{
border-color: #57E3CA;
}
</style>