Shades of Turquoise #57EFC2
Tints of Turquoise #57EFC2
RGB
CMYK
RGB Variations
Color information
#57EFC2 (or 0x57EFC2) is known color: Turquoise. HEX triplet: 57, EF and C2. RGB value is (87,239,194). Sum of RGB (Red+Green+Blue) = 87+239+194=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFC2 is #A8103D. Grayscale: #BCBCBC. Windows color (decimal): -11014206 or 12775255. OLE color: 12775255.
HSL color Cylindrical-coordinate representation of color #57EFC2: hue angle of 162.24º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EFC2 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 239 | 194 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.06 |
| HSL | 162.24º | 0.83% | 0.64% | - |
| HSV(B) | 162.24º | 0.64% | 0.94% | - |
| XYZ | 44.53 | 67.65 | 61.75 | - |
| YUV | 188.42 | 131.14 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 239 | 194 | 0.64 | 0 | 0.19 | 0.06 | 162.24 | 0.83 | 0.64 |
| Hex | 57 | EF | C2 | 40 | 0 | 13 | 6 | A2 | 53 | 40 |
| Octal | 127 | 357 | 302 | 100 | 0 | 23 | 6 | 242 | 123 | 100 |
| Binary | 1010111 | 11101111 | 11000010 | 1000000 | 0 | 10011 | 110 | 10100010 | 1010011 | 1000000 |
Color Harmonies of #57EFC2
Complementary color
Monochromatic Colors of #57EFC2
Black with #57EFC2
Text Example
Text Example
White with #57EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EFC2; }
p { color: rgb(87,239,194); }
H1.HeaderClassName
{
color: #57EFC2;
}
.AnyTagClassName
{
color: #57EFC2;
}
</style>
background-color css
<style>
a { background-color: #57EFC2; }
a { background-color: rgb(87,239,194); }
div.DivClassName
{
background-color: #57EFC2;
}
.BgClassName
{
background-color: #57EFC2;
}
</style>
border-color css
<style>
span { border-color: #57EFC2; }
span { border-color: rgb(87,239,194); }
td.TdClassName
{
border-color: #57EFC2;
}
.TagClassName
{
border-color: #57EFC2;
}
</style>