Shades of Turquoise #57E7C2
Tints of Turquoise #57E7C2
RGB
CMYK
RGB Variations
Color information
#57E7C2 (or 0x57E7C2) is known color: Turquoise. HEX triplet: 57, E7 and C2. RGB value is (87,231,194). Sum of RGB (Red+Green+Blue) = 87+231+194=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #57E7C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E7C2 is #A8183D. Grayscale: #B7B7B7. Windows color (decimal): -11016254 or 12773207. OLE color: 12773207.
HSL color Cylindrical-coordinate representation of color #57E7C2: hue angle of 164.58º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E7C2 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 231 | 194 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.09 |
| HSL | 164.58º | 0.75% | 0.62% | - |
| HSV(B) | 164.58º | 0.62% | 0.91% | - |
| XYZ | 42.24 | 63.07 | 60.99 | - |
| YUV | 183.73 | 133.79 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 231 | 194 | 0.62 | 0 | 0.16 | 0.09 | 164.58 | 0.75 | 0.62 |
| Hex | 57 | E7 | C2 | 3E | 0 | 10 | 9 | A5 | 4B | 3E |
| Octal | 127 | 347 | 302 | 76 | 0 | 20 | 11 | 245 | 113 | 76 |
| Binary | 1010111 | 11100111 | 11000010 | 111110 | 0 | 10000 | 1001 | 10100101 | 1001011 | 111110 |
Color Harmonies of #57E7C2
Complementary color
Monochromatic Colors of #57E7C2
Black with #57E7C2
Text Example
Text Example
White with #57E7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E7C2; }
p { color: rgb(87,231,194); }
H1.HeaderClassName
{
color: #57E7C2;
}
.AnyTagClassName
{
color: #57E7C2;
}
</style>
background-color css
<style>
a { background-color: #57E7C2; }
a { background-color: rgb(87,231,194); }
div.DivClassName
{
background-color: #57E7C2;
}
.BgClassName
{
background-color: #57E7C2;
}
</style>
border-color css
<style>
span { border-color: #57E7C2; }
span { border-color: rgb(87,231,194); }
td.TdClassName
{
border-color: #57E7C2;
}
.TagClassName
{
border-color: #57E7C2;
}
</style>