Shades of Turquoise #57E5CC
Tints of Turquoise #57E5CC
RGB
CMYK
RGB Variations
Color information
#57E5CC (or 0x57E5CC) is known color: Turquoise. HEX triplet: 57, E5 and CC. RGB value is (87,229,204). Sum of RGB (Red+Green+Blue) = 87+229+204=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #57E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E5CC is #A81A33. Grayscale: #B7B7B7. Windows color (decimal): -11016756 or 13428055. OLE color: 13428055.
HSL color Cylindrical-coordinate representation of color #57E5CC: hue angle of 169.44º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E5CC is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 229 | 204 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.10 |
| HSL | 169.44º | 0.73% | 0.62% | - |
| HSV(B) | 169.44º | 0.62% | 0.9% | - |
| XYZ | 42.85 | 62.42 | 66.92 | - |
| YUV | 183.69 | 139.46 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 229 | 204 | 0.62 | 0 | 0.11 | 0.10 | 169.44 | 0.73 | 0.62 |
| Hex | 57 | E5 | CC | 3E | 0 | B | A | A9 | 49 | 3E |
| Octal | 127 | 345 | 314 | 76 | 0 | 13 | 12 | 251 | 111 | 76 |
| Binary | 1010111 | 11100101 | 11001100 | 111110 | 0 | 1011 | 1010 | 10101001 | 1001001 | 111110 |
Color Harmonies of #57E5CC
Complementary color
Monochromatic Colors of #57E5CC
Black with #57E5CC
Text Example
Text Example
White with #57E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E5CC; }
p { color: rgb(87,229,204); }
H1.HeaderClassName
{
color: #57E5CC;
}
.AnyTagClassName
{
color: #57E5CC;
}
</style>
background-color css
<style>
a { background-color: #57E5CC; }
a { background-color: rgb(87,229,204); }
div.DivClassName
{
background-color: #57E5CC;
}
.BgClassName
{
background-color: #57E5CC;
}
</style>
border-color css
<style>
span { border-color: #57E5CC; }
span { border-color: rgb(87,229,204); }
td.TdClassName
{
border-color: #57E5CC;
}
.TagClassName
{
border-color: #57E5CC;
}
</style>