Shades of Turquoise #57EEE2
Tints of Turquoise #57EEE2
RGB
CMYK
RGB Variations
Color information
#57EEE2 (or 0x57EEE2) is known color: Turquoise. HEX triplet: 57, EE and E2. RGB value is (87,238,226). Sum of RGB (Red+Green+Blue) = 87+238+226=551 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.79% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #57EEE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EEE2 is #A8111D. Grayscale: #BFBFBF. Windows color (decimal): -11014430 or 14872151. OLE color: 14872151.
HSL color Cylindrical-coordinate representation of color #57EEE2: hue angle of 175.23º 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 #57EEE2 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 238 | 226 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.07 |
| HSL | 175.23º | 0.82% | 0.64% | - |
| HSV(B) | 175.23º | 0.63% | 0.93% | - |
| XYZ | 48.23 | 68.67 | 82.66 | - |
| YUV | 191.48 | 147.47 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 238 | 226 | 0.63 | 0 | 0.05 | 0.07 | 175.23 | 0.82 | 0.64 |
| Hex | 57 | EE | E2 | 3F | 0 | 5 | 7 | AF | 52 | 40 |
| Octal | 127 | 356 | 342 | 77 | 0 | 5 | 7 | 257 | 122 | 100 |
| Binary | 1010111 | 11101110 | 11100010 | 111111 | 0 | 101 | 111 | 10101111 | 1010010 | 1000000 |
Color Harmonies of #57EEE2
Complementary color
Monochromatic Colors of #57EEE2
Black with #57EEE2
Text Example
Text Example
White with #57EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EEE2; }
p { color: rgb(87,238,226); }
H1.HeaderClassName
{
color: #57EEE2;
}
.AnyTagClassName
{
color: #57EEE2;
}
</style>
background-color css
<style>
a { background-color: #57EEE2; }
a { background-color: rgb(87,238,226); }
div.DivClassName
{
background-color: #57EEE2;
}
.BgClassName
{
background-color: #57EEE2;
}
</style>
border-color css
<style>
span { border-color: #57EEE2; }
span { border-color: rgb(87,238,226); }
td.TdClassName
{
border-color: #57EEE2;
}
.TagClassName
{
border-color: #57EEE2;
}
</style>