Shades of Turquoise #57E1C8
Tints of Turquoise #57E1C8
RGB
CMYK
RGB Variations
Color information
#57E1C8 (or 0x57E1C8) is known color: Turquoise. HEX triplet: 57, E1 and C8. RGB value is (87,225,200). Sum of RGB (Red+Green+Blue) = 87+225+200=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1C8 is #A81E37. Grayscale: #B4B4B4. Windows color (decimal): -11017784 or 13164887. OLE color: 13164887.
HSL color Cylindrical-coordinate representation of color #57E1C8: hue angle of 169.13º 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 #57E1C8 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 225 | 200 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.12 |
| HSL | 169.13º | 0.7% | 0.61% | - |
| HSV(B) | 169.13º | 0.61% | 0.88% | - |
| XYZ | 41.28 | 60.05 | 64.06 | - |
| YUV | 180.89 | 138.78 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 225 | 200 | 0.61 | 0 | 0.11 | 0.12 | 169.13 | 0.7 | 0.61 |
| Hex | 57 | E1 | C8 | 3D | 0 | B | C | A9 | 46 | 3D |
| Octal | 127 | 341 | 310 | 75 | 0 | 13 | 14 | 251 | 106 | 75 |
| Binary | 1010111 | 11100001 | 11001000 | 111101 | 0 | 1011 | 1100 | 10101001 | 1000110 | 111101 |
Color Harmonies of #57E1C8
Complementary color
Monochromatic Colors of #57E1C8
Black with #57E1C8
Text Example
Text Example
White with #57E1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E1C8; }
p { color: rgb(87,225,200); }
H1.HeaderClassName
{
color: #57E1C8;
}
.AnyTagClassName
{
color: #57E1C8;
}
</style>
background-color css
<style>
a { background-color: #57E1C8; }
a { background-color: rgb(87,225,200); }
div.DivClassName
{
background-color: #57E1C8;
}
.BgClassName
{
background-color: #57E1C8;
}
</style>
border-color css
<style>
span { border-color: #57E1C8; }
span { border-color: rgb(87,225,200); }
td.TdClassName
{
border-color: #57E1C8;
}
.TagClassName
{
border-color: #57E1C8;
}
</style>