Shades of Turquoise Blue #57E2FF
Tints of Turquoise Blue #57E2FF
RGB
CMYK
RGB Variations
Color information
#57E2FF (or 0x57E2FF) is known color: Turquoise Blue. HEX triplet: 57, E2 and FF. RGB value is (87,226,255). Sum of RGB (Red+Green+Blue) = 87+226+255=568 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.32% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #57E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E2FF is #A81D00. Grayscale: #BBBBBB. Windows color (decimal): -11017473 or 16769623. OLE color: 16769623.
HSL color Cylindrical-coordinate representation of color #57E2FF: hue angle of 190.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57E2FF is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 226 | 255 | - |
| CMYK | 0.66 | 0.11 | 0 | 0 |
| HSL | 190.36º | 1% | 0.67% | - |
| HSV(B) | 190.36º | 0.66% | 1% | - |
| XYZ | 49.18 | 63.64 | 104.3 | - |
| YUV | 187.75 | 165.95 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 226 | 255 | 0.66 | 0.11 | 0 | 0 | 190.36 | 1 | 0.67 |
| Hex | 57 | E2 | FF | 42 | B | 0 | 0 | BE | 64 | 43 |
| Octal | 127 | 342 | 377 | 102 | 13 | 0 | 0 | 276 | 144 | 103 |
| Binary | 1010111 | 11100010 | 11111111 | 1000010 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000011 |
Color Harmonies of #57E2FF
Complementary color
Monochromatic Colors of #57E2FF
Black with #57E2FF
Text Example
Text Example
White with #57E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E2FF; }
p { color: rgb(87,226,255); }
H1.HeaderClassName
{
color: #57E2FF;
}
.AnyTagClassName
{
color: #57E2FF;
}
</style>
background-color css
<style>
a { background-color: #57E2FF; }
a { background-color: rgb(87,226,255); }
div.DivClassName
{
background-color: #57E2FF;
}
.BgClassName
{
background-color: #57E2FF;
}
</style>
border-color css
<style>
span { border-color: #57E2FF; }
span { border-color: rgb(87,226,255); }
td.TdClassName
{
border-color: #57E2FF;
}
.TagClassName
{
border-color: #57E2FF;
}
</style>