Shades of Turquoise Blue #57E5EE
Tints of Turquoise Blue #57E5EE
RGB
CMYK
RGB Variations
Color information
#57E5EE (or 0x57E5EE) is known color: Turquoise Blue. HEX triplet: 57, E5 and EE. RGB value is (87,229,238). Sum of RGB (Red+Green+Blue) = 87+229+238=554 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.70% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #57E5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E5EE is #A81A11. Grayscale: #BBBBBB. Windows color (decimal): -11016722 or 15656279. OLE color: 15656279.
HSL color Cylindrical-coordinate representation of color #57E5EE: hue angle of 183.58º 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 #57E5EE is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 229 | 238 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.07 |
| HSL | 183.58º | 0.82% | 0.64% | - |
| HSV(B) | 183.58º | 0.63% | 0.93% | - |
| XYZ | 47.38 | 64.24 | 90.79 | - |
| YUV | 187.57 | 156.46 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 229 | 238 | 0.63 | 0.04 | 0 | 0.07 | 183.58 | 0.82 | 0.64 |
| Hex | 57 | E5 | EE | 3F | 4 | 0 | 7 | B8 | 52 | 40 |
| Octal | 127 | 345 | 356 | 77 | 4 | 0 | 7 | 270 | 122 | 100 |
| Binary | 1010111 | 11100101 | 11101110 | 111111 | 100 | 0 | 111 | 10111000 | 1010010 | 1000000 |
Color Harmonies of #57E5EE
Complementary color
Monochromatic Colors of #57E5EE
Black with #57E5EE
Text Example
Text Example
White with #57E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E5EE; }
p { color: rgb(87,229,238); }
H1.HeaderClassName
{
color: #57E5EE;
}
.AnyTagClassName
{
color: #57E5EE;
}
</style>
background-color css
<style>
a { background-color: #57E5EE; }
a { background-color: rgb(87,229,238); }
div.DivClassName
{
background-color: #57E5EE;
}
.BgClassName
{
background-color: #57E5EE;
}
</style>
border-color css
<style>
span { border-color: #57E5EE; }
span { border-color: rgb(87,229,238); }
td.TdClassName
{
border-color: #57E5EE;
}
.TagClassName
{
border-color: #57E5EE;
}
</style>