Shades of Turquoise Blue #57DBED
Tints of Turquoise Blue #57DBED
RGB
CMYK
RGB Variations
Color information
#57DBED (or 0x57DBED) is known color: Turquoise Blue. HEX triplet: 57, DB and ED. RGB value is (87,219,237). Sum of RGB (Red+Green+Blue) = 87+219+237=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #57DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBED is #A82412. Grayscale: #B5B5B5. Windows color (decimal): -11019283 or 15588183. OLE color: 15588183.
HSL color Cylindrical-coordinate representation of color #57DBED: hue angle of 187.2º 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 #57DBED is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 219 | 237 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.07 |
| HSL | 187.2º | 0.81% | 0.64% | - |
| HSV(B) | 187.2º | 0.63% | 0.93% | - |
| XYZ | 44.55 | 58.8 | 89.12 | - |
| YUV | 181.58 | 159.27 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 237 | 0.63 | 0.08 | 0 | 0.07 | 187.2 | 0.81 | 0.64 |
| Hex | 57 | DB | ED | 3F | 8 | 0 | 7 | BB | 51 | 40 |
| Octal | 127 | 333 | 355 | 77 | 10 | 0 | 7 | 273 | 121 | 100 |
| Binary | 1010111 | 11011011 | 11101101 | 111111 | 1000 | 0 | 111 | 10111011 | 1010001 | 1000000 |
Color Harmonies of #57DBED
Complementary color
Monochromatic Colors of #57DBED
Black with #57DBED
Text Example
Text Example
White with #57DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBED; }
p { color: rgb(87,219,237); }
H1.HeaderClassName
{
color: #57DBED;
}
.AnyTagClassName
{
color: #57DBED;
}
</style>
background-color css
<style>
a { background-color: #57DBED; }
a { background-color: rgb(87,219,237); }
div.DivClassName
{
background-color: #57DBED;
}
.BgClassName
{
background-color: #57DBED;
}
</style>
border-color css
<style>
span { border-color: #57DBED; }
span { border-color: rgb(87,219,237); }
td.TdClassName
{
border-color: #57DBED;
}
.TagClassName
{
border-color: #57DBED;
}
</style>