Shades of Turquoise Blue #57D3E4
Tints of Turquoise Blue #57D3E4
RGB
CMYK
RGB Variations
Color information
#57D3E4 (or 0x57D3E4) is known color: Turquoise Blue. HEX triplet: 57, D3 and E4. RGB value is (87,211,228). Sum of RGB (Red+Green+Blue) = 87+211+228=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #57D3E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D3E4 is #A82C1B. Grayscale: #AFAFAF. Windows color (decimal): -11021340 or 14996311. OLE color: 14996311.
HSL color Cylindrical-coordinate representation of color #57D3E4: hue angle of 187.23º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57D3E4 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 211 | 228 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.11 |
| HSL | 187.23º | 0.72% | 0.62% | - |
| HSV(B) | 187.23º | 0.62% | 0.89% | - |
| XYZ | 41.23 | 54.22 | 81.69 | - |
| YUV | 175.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 211 | 228 | 0.62 | 0.07 | 0 | 0.11 | 187.23 | 0.72 | 0.62 |
| Hex | 57 | D3 | E4 | 3E | 7 | 0 | B | BB | 48 | 3E |
| Octal | 127 | 323 | 344 | 76 | 7 | 0 | 13 | 273 | 110 | 76 |
| Binary | 1010111 | 11010011 | 11100100 | 111110 | 111 | 0 | 1011 | 10111011 | 1001000 | 111110 |
Color Harmonies of #57D3E4
Complementary color
Monochromatic Colors of #57D3E4
Black with #57D3E4
Text Example
Text Example
White with #57D3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D3E4; }
p { color: rgb(87,211,228); }
H1.HeaderClassName
{
color: #57D3E4;
}
.AnyTagClassName
{
color: #57D3E4;
}
</style>
background-color css
<style>
a { background-color: #57D3E4; }
a { background-color: rgb(87,211,228); }
div.DivClassName
{
background-color: #57D3E4;
}
.BgClassName
{
background-color: #57D3E4;
}
</style>
border-color css
<style>
span { border-color: #57D3E4; }
span { border-color: rgb(87,211,228); }
td.TdClassName
{
border-color: #57D3E4;
}
.TagClassName
{
border-color: #57D3E4;
}
</style>