Shades of Turquoise #57E9C2
Tints of Turquoise #57E9C2
RGB
CMYK
RGB Variations
Color information
#57E9C2 (or 0x57E9C2) is known color: Turquoise. HEX triplet: 57, E9 and C2. RGB value is (87,233,194). Sum of RGB (Red+Green+Blue) = 87+233+194=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #57E9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E9C2 is #A8163D. Grayscale: #B8B8B8. Windows color (decimal): -11015742 or 12773719. OLE color: 12773719.
HSL color Cylindrical-coordinate representation of color #57E9C2: hue angle of 163.97º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57E9C2 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 233 | 194 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.09 |
| HSL | 163.97º | 0.77% | 0.63% | - |
| HSV(B) | 163.97º | 0.63% | 0.91% | - |
| XYZ | 42.81 | 64.2 | 61.17 | - |
| YUV | 184.9 | 133.13 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 233 | 194 | 0.63 | 0 | 0.17 | 0.09 | 163.97 | 0.77 | 0.63 |
| Hex | 57 | E9 | C2 | 3F | 0 | 11 | 9 | A4 | 4D | 3F |
| Octal | 127 | 351 | 302 | 77 | 0 | 21 | 11 | 244 | 115 | 77 |
| Binary | 1010111 | 11101001 | 11000010 | 111111 | 0 | 10001 | 1001 | 10100100 | 1001101 | 111111 |
Color Harmonies of #57E9C2
Complementary color
Monochromatic Colors of #57E9C2
Black with #57E9C2
Text Example
Text Example
White with #57E9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E9C2; }
p { color: rgb(87,233,194); }
H1.HeaderClassName
{
color: #57E9C2;
}
.AnyTagClassName
{
color: #57E9C2;
}
</style>
background-color css
<style>
a { background-color: #57E9C2; }
a { background-color: rgb(87,233,194); }
div.DivClassName
{
background-color: #57E9C2;
}
.BgClassName
{
background-color: #57E9C2;
}
</style>
border-color css
<style>
span { border-color: #57E9C2; }
span { border-color: rgb(87,233,194); }
td.TdClassName
{
border-color: #57E9C2;
}
.TagClassName
{
border-color: #57E9C2;
}
</style>