Shades of Turquoise #57E2CA
Tints of Turquoise #57E2CA
RGB
CMYK
RGB Variations
Color information
#57E2CA (or 0x57E2CA) is known color: Turquoise. HEX triplet: 57, E2 and CA. RGB value is (87,226,202). Sum of RGB (Red+Green+Blue) = 87+226+202=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #57E2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E2CA is #A81D35. Grayscale: #B5B5B5. Windows color (decimal): -11017526 or 13296215. OLE color: 13296215.
HSL color Cylindrical-coordinate representation of color #57E2CA: hue angle of 169.64º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E2CA is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 226 | 202 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.11 |
| HSL | 169.64º | 0.71% | 0.61% | - |
| HSV(B) | 169.64º | 0.62% | 0.89% | - |
| XYZ | 41.79 | 60.68 | 65.39 | - |
| YUV | 181.7 | 139.45 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 226 | 202 | 0.62 | 0 | 0.11 | 0.11 | 169.64 | 0.71 | 0.61 |
| Hex | 57 | E2 | CA | 3E | 0 | B | B | AA | 47 | 3D |
| Octal | 127 | 342 | 312 | 76 | 0 | 13 | 13 | 252 | 107 | 75 |
| Binary | 1010111 | 11100010 | 11001010 | 111110 | 0 | 1011 | 1011 | 10101010 | 1000111 | 111101 |
Color Harmonies of #57E2CA
Complementary color
Monochromatic Colors of #57E2CA
Black with #57E2CA
Text Example
Text Example
White with #57E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E2CA; }
p { color: rgb(87,226,202); }
H1.HeaderClassName
{
color: #57E2CA;
}
.AnyTagClassName
{
color: #57E2CA;
}
</style>
background-color css
<style>
a { background-color: #57E2CA; }
a { background-color: rgb(87,226,202); }
div.DivClassName
{
background-color: #57E2CA;
}
.BgClassName
{
background-color: #57E2CA;
}
</style>
border-color css
<style>
span { border-color: #57E2CA; }
span { border-color: rgb(87,226,202); }
td.TdClassName
{
border-color: #57E2CA;
}
.TagClassName
{
border-color: #57E2CA;
}
</style>