Shades of Turquoise #57E1CA
Tints of Turquoise #57E1CA
RGB
CMYK
RGB Variations
Color information
#57E1CA (or 0x57E1CA) is known color: Turquoise. HEX triplet: 57, E1 and CA. RGB value is (87,225,202). Sum of RGB (Red+Green+Blue) = 87+225+202=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1CA is #A81E35. Grayscale: #B5B5B5. Windows color (decimal): -11017782 or 13295959. OLE color: 13295959.
HSL color Cylindrical-coordinate representation of color #57E1CA: hue angle of 170º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1CA is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 225 | 202 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.12 |
| HSL | 170º | 0.7% | 0.61% | - |
| HSV(B) | 170º | 0.61% | 0.88% | - |
| XYZ | 41.52 | 60.14 | 65.3 | - |
| YUV | 181.12 | 139.78 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 225 | 202 | 0.61 | 0 | 0.10 | 0.12 | 170 | 0.7 | 0.61 |
| Hex | 57 | E1 | CA | 3D | 0 | A | C | AA | 46 | 3D |
| Octal | 127 | 341 | 312 | 75 | 0 | 12 | 14 | 252 | 106 | 75 |
| Binary | 1010111 | 11100001 | 11001010 | 111101 | 0 | 1010 | 1100 | 10101010 | 1000110 | 111101 |
Color Harmonies of #57E1CA
Complementary color
Monochromatic Colors of #57E1CA
Black with #57E1CA
Text Example
Text Example
White with #57E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E1CA; }
p { color: rgb(87,225,202); }
H1.HeaderClassName
{
color: #57E1CA;
}
.AnyTagClassName
{
color: #57E1CA;
}
</style>
background-color css
<style>
a { background-color: #57E1CA; }
a { background-color: rgb(87,225,202); }
div.DivClassName
{
background-color: #57E1CA;
}
.BgClassName
{
background-color: #57E1CA;
}
</style>
border-color css
<style>
span { border-color: #57E1CA; }
span { border-color: rgb(87,225,202); }
td.TdClassName
{
border-color: #57E1CA;
}
.TagClassName
{
border-color: #57E1CA;
}
</style>