Shades of Turquoise Blue #57EEF2
Tints of Turquoise Blue #57EEF2
RGB
CMYK
RGB Variations
Color information
#57EEF2 (or 0x57EEF2) is known color: Turquoise Blue. HEX triplet: 57, EE and F2. RGB value is (87,238,242). Sum of RGB (Red+Green+Blue) = 87+238+242=567 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.34% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #57EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EEF2 is #A8110D. Grayscale: #C1C1C1. Windows color (decimal): -11014414 or 15920727. OLE color: 15920727.
HSL color Cylindrical-coordinate representation of color #57EEF2: hue angle of 181.55º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EEF2 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 238 | 242 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.05 |
| HSL | 181.55º | 0.86% | 0.65% | - |
| HSV(B) | 181.55º | 0.64% | 0.95% | - |
| XYZ | 50.53 | 69.59 | 94.77 | - |
| YUV | 193.31 | 155.47 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 238 | 242 | 0.64 | 0.02 | 0 | 0.05 | 181.55 | 0.86 | 0.65 |
| Hex | 57 | EE | F2 | 40 | 2 | 0 | 5 | B6 | 56 | 41 |
| Octal | 127 | 356 | 362 | 100 | 2 | 0 | 5 | 266 | 126 | 101 |
| Binary | 1010111 | 11101110 | 11110010 | 1000000 | 10 | 0 | 101 | 10110110 | 1010110 | 1000001 |
Color Harmonies of #57EEF2
Complementary color
Monochromatic Colors of #57EEF2
Black with #57EEF2
Text Example
Text Example
White with #57EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EEF2; }
p { color: rgb(87,238,242); }
H1.HeaderClassName
{
color: #57EEF2;
}
.AnyTagClassName
{
color: #57EEF2;
}
</style>
background-color css
<style>
a { background-color: #57EEF2; }
a { background-color: rgb(87,238,242); }
div.DivClassName
{
background-color: #57EEF2;
}
.BgClassName
{
background-color: #57EEF2;
}
</style>
border-color css
<style>
span { border-color: #57EEF2; }
span { border-color: rgb(87,238,242); }
td.TdClassName
{
border-color: #57EEF2;
}
.TagClassName
{
border-color: #57EEF2;
}
</style>