Shades of Turquoise Blue #57E6EE
Tints of Turquoise Blue #57E6EE
RGB
CMYK
RGB Variations
Color information
#57E6EE (or 0x57E6EE) is known color: Turquoise Blue. HEX triplet: 57, E6 and EE. RGB value is (87,230,238). Sum of RGB (Red+Green+Blue) = 87+230+238=555 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.68% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #57E6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57E6EE is #A81911. Grayscale: #BBBBBB. Windows color (decimal): -11016466 or 15656535. OLE color: 15656535.
HSL color Cylindrical-coordinate representation of color #57E6EE: hue angle of 183.18º 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 #57E6EE is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 230 | 238 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.07 |
| HSL | 183.18º | 0.82% | 0.64% | - |
| HSV(B) | 183.18º | 0.63% | 0.93% | - |
| XYZ | 47.66 | 64.79 | 90.88 | - |
| YUV | 188.16 | 156.12 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 230 | 238 | 0.63 | 0.03 | 0 | 0.07 | 183.18 | 0.82 | 0.64 |
| Hex | 57 | E6 | EE | 3F | 3 | 0 | 7 | B7 | 52 | 40 |
| Octal | 127 | 346 | 356 | 77 | 3 | 0 | 7 | 267 | 122 | 100 |
| Binary | 1010111 | 11100110 | 11101110 | 111111 | 11 | 0 | 111 | 10110111 | 1010010 | 1000000 |
Color Harmonies of #57E6EE
Complementary color
Monochromatic Colors of #57E6EE
Black with #57E6EE
Text Example
Text Example
White with #57E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E6EE; }
p { color: rgb(87,230,238); }
H1.HeaderClassName
{
color: #57E6EE;
}
.AnyTagClassName
{
color: #57E6EE;
}
</style>
background-color css
<style>
a { background-color: #57E6EE; }
a { background-color: rgb(87,230,238); }
div.DivClassName
{
background-color: #57E6EE;
}
.BgClassName
{
background-color: #57E6EE;
}
</style>
border-color css
<style>
span { border-color: #57E6EE; }
span { border-color: rgb(87,230,238); }
td.TdClassName
{
border-color: #57E6EE;
}
.TagClassName
{
border-color: #57E6EE;
}
</style>