Shades of Turquoise #57E3CB
Tints of Turquoise #57E3CB
RGB
CMYK
RGB Variations
Color information
#57E3CB (or 0x57E3CB) is known color: Turquoise. HEX triplet: 57, E3 and CB. RGB value is (87,227,203). Sum of RGB (Red+Green+Blue) = 87+227+203=517 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.83% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #57E3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E3CB is #A81C34. Grayscale: #B6B6B6. Windows color (decimal): -11017269 or 13362007. OLE color: 13362007.
HSL color Cylindrical-coordinate representation of color #57E3CB: hue angle of 169.71º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E3CB is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 227 | 203 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.11 |
| HSL | 169.71º | 0.71% | 0.62% | - |
| HSV(B) | 169.71º | 0.62% | 0.89% | - |
| XYZ | 42.18 | 61.28 | 66.1 | - |
| YUV | 182.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 227 | 203 | 0.62 | 0 | 0.11 | 0.11 | 169.71 | 0.71 | 0.62 |
| Hex | 57 | E3 | CB | 3E | 0 | B | B | AA | 47 | 3E |
| Octal | 127 | 343 | 313 | 76 | 0 | 13 | 13 | 252 | 107 | 76 |
| Binary | 1010111 | 11100011 | 11001011 | 111110 | 0 | 1011 | 1011 | 10101010 | 1000111 | 111110 |
Color Harmonies of #57E3CB
Complementary color
Monochromatic Colors of #57E3CB
Black with #57E3CB
Text Example
Text Example
White with #57E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E3CB; }
p { color: rgb(87,227,203); }
H1.HeaderClassName
{
color: #57E3CB;
}
.AnyTagClassName
{
color: #57E3CB;
}
</style>
background-color css
<style>
a { background-color: #57E3CB; }
a { background-color: rgb(87,227,203); }
div.DivClassName
{
background-color: #57E3CB;
}
.BgClassName
{
background-color: #57E3CB;
}
</style>
border-color css
<style>
span { border-color: #57E3CB; }
span { border-color: rgb(87,227,203); }
td.TdClassName
{
border-color: #57E3CB;
}
.TagClassName
{
border-color: #57E3CB;
}
</style>