Shades of Turquoise #57EFC3
Tints of Turquoise #57EFC3
RGB
CMYK
RGB Variations
Color information
#57EFC3 (or 0x57EFC3) is known color: Turquoise. HEX triplet: 57, EF and C3. RGB value is (87,239,195). Sum of RGB (Red+Green+Blue) = 87+239+195=521 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.70% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFC3 is #A8103C. Grayscale: #BCBCBC. Windows color (decimal): -11014205 or 12840791. OLE color: 12840791.
HSL color Cylindrical-coordinate representation of color #57EFC3: hue angle of 162.63º 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 #57EFC3 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 239 | 195 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.06 |
| HSL | 162.63º | 0.83% | 0.64% | - |
| HSV(B) | 162.63º | 0.64% | 0.94% | - |
| XYZ | 44.65 | 67.7 | 62.34 | - |
| YUV | 188.54 | 131.64 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 239 | 195 | 0.64 | 0 | 0.18 | 0.06 | 162.63 | 0.83 | 0.64 |
| Hex | 57 | EF | C3 | 40 | 0 | 12 | 6 | A3 | 53 | 40 |
| Octal | 127 | 357 | 303 | 100 | 0 | 22 | 6 | 243 | 123 | 100 |
| Binary | 1010111 | 11101111 | 11000011 | 1000000 | 0 | 10010 | 110 | 10100011 | 1010011 | 1000000 |
Color Harmonies of #57EFC3
Complementary color
Monochromatic Colors of #57EFC3
Black with #57EFC3
Text Example
Text Example
White with #57EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EFC3; }
p { color: rgb(87,239,195); }
H1.HeaderClassName
{
color: #57EFC3;
}
.AnyTagClassName
{
color: #57EFC3;
}
</style>
background-color css
<style>
a { background-color: #57EFC3; }
a { background-color: rgb(87,239,195); }
div.DivClassName
{
background-color: #57EFC3;
}
.BgClassName
{
background-color: #57EFC3;
}
</style>
border-color css
<style>
span { border-color: #57EFC3; }
span { border-color: rgb(87,239,195); }
td.TdClassName
{
border-color: #57EFC3;
}
.TagClassName
{
border-color: #57EFC3;
}
</style>