Shades of Turquoise Blue #57D2ED
Tints of Turquoise Blue #57D2ED
RGB
CMYK
RGB Variations
Color information
#57D2ED (or 0x57D2ED) is known color: Turquoise Blue. HEX triplet: 57, D2 and ED. RGB value is (87,210,237). Sum of RGB (Red+Green+Blue) = 87+210+237=534 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.29% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #57D2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D2ED is #A82D12. Grayscale: #B0B0B0. Windows color (decimal): -11021587 or 15585879. OLE color: 15585879.
HSL color Cylindrical-coordinate representation of color #57D2ED: hue angle of 190.8º degrees, saturation: 0.81, 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 #57D2ED is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 210 | 237 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.07 |
| HSL | 190.8º | 0.81% | 0.64% | - |
| HSV(B) | 190.8º | 0.63% | 0.93% | - |
| XYZ | 42.26 | 54.23 | 88.36 | - |
| YUV | 176.3 | 162.25 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 210 | 237 | 0.63 | 0.11 | 0 | 0.07 | 190.8 | 0.81 | 0.64 |
| Hex | 57 | D2 | ED | 3F | B | 0 | 7 | BF | 51 | 40 |
| Octal | 127 | 322 | 355 | 77 | 13 | 0 | 7 | 277 | 121 | 100 |
| Binary | 1010111 | 11010010 | 11101101 | 111111 | 1011 | 0 | 111 | 10111111 | 1010001 | 1000000 |
Color Harmonies of #57D2ED
Complementary color
Monochromatic Colors of #57D2ED
Black with #57D2ED
Text Example
Text Example
White with #57D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D2ED; }
p { color: rgb(87,210,237); }
H1.HeaderClassName
{
color: #57D2ED;
}
.AnyTagClassName
{
color: #57D2ED;
}
</style>
background-color css
<style>
a { background-color: #57D2ED; }
a { background-color: rgb(87,210,237); }
div.DivClassName
{
background-color: #57D2ED;
}
.BgClassName
{
background-color: #57D2ED;
}
</style>
border-color css
<style>
span { border-color: #57D2ED; }
span { border-color: rgb(87,210,237); }
td.TdClassName
{
border-color: #57D2ED;
}
.TagClassName
{
border-color: #57D2ED;
}
</style>