Shades of Turquoise #57EEE0
Tints of Turquoise #57EEE0
RGB
CMYK
RGB Variations
Color information
#57EEE0 (or 0x57EEE0) is known color: Turquoise. HEX triplet: 57, EE and E0. RGB value is (87,238,224). Sum of RGB (Red+Green+Blue) = 87+238+224=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #57EEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EEE0 is #A8111F. Grayscale: #BFBFBF. Windows color (decimal): -11014432 or 14741079. OLE color: 14741079.
HSL color Cylindrical-coordinate representation of color #57EEE0: hue angle of 174.44º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EEE0 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 238 | 224 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.07 |
| HSL | 174.44º | 0.82% | 0.64% | - |
| HSV(B) | 174.44º | 0.63% | 0.93% | - |
| XYZ | 47.96 | 68.56 | 81.23 | - |
| YUV | 191.26 | 146.47 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 238 | 224 | 0.63 | 0 | 0.06 | 0.07 | 174.44 | 0.82 | 0.64 |
| Hex | 57 | EE | E0 | 3F | 0 | 6 | 7 | AE | 52 | 40 |
| Octal | 127 | 356 | 340 | 77 | 0 | 6 | 7 | 256 | 122 | 100 |
| Binary | 1010111 | 11101110 | 11100000 | 111111 | 0 | 110 | 111 | 10101110 | 1010010 | 1000000 |
Color Harmonies of #57EEE0
Complementary color
Monochromatic Colors of #57EEE0
Black with #57EEE0
Text Example
Text Example
White with #57EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EEE0; }
p { color: rgb(87,238,224); }
H1.HeaderClassName
{
color: #57EEE0;
}
.AnyTagClassName
{
color: #57EEE0;
}
</style>
background-color css
<style>
a { background-color: #57EEE0; }
a { background-color: rgb(87,238,224); }
div.DivClassName
{
background-color: #57EEE0;
}
.BgClassName
{
background-color: #57EEE0;
}
</style>
border-color css
<style>
span { border-color: #57EEE0; }
span { border-color: rgb(87,238,224); }
td.TdClassName
{
border-color: #57EEE0;
}
.TagClassName
{
border-color: #57EEE0;
}
</style>