Shades of Turquoise Blue #57DAF0
Tints of Turquoise Blue #57DAF0
RGB
CMYK
RGB Variations
Color information
#57DAF0 (or 0x57DAF0) is known color: Turquoise Blue. HEX triplet: 57, DA and F0. RGB value is (87,218,240). Sum of RGB (Red+Green+Blue) = 87+218+240=545 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.96% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #57DAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DAF0 is #A8250F. Grayscale: #B5B5B5. Windows color (decimal): -11019536 or 15784535. OLE color: 15784535.
HSL color Cylindrical-coordinate representation of color #57DAF0: hue angle of 188.63º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57DAF0 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 218 | 240 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.06 |
| HSL | 188.63º | 0.84% | 0.64% | - |
| HSV(B) | 188.63º | 0.64% | 0.94% | - |
| XYZ | 44.73 | 58.46 | 91.36 | - |
| YUV | 181.34 | 161.1 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 218 | 240 | 0.64 | 0.09 | 0 | 0.06 | 188.63 | 0.84 | 0.64 |
| Hex | 57 | DA | F0 | 40 | 9 | 0 | 6 | BD | 54 | 40 |
| Octal | 127 | 332 | 360 | 100 | 11 | 0 | 6 | 275 | 124 | 100 |
| Binary | 1010111 | 11011010 | 11110000 | 1000000 | 1001 | 0 | 110 | 10111101 | 1010100 | 1000000 |
Color Harmonies of #57DAF0
Complementary color
Monochromatic Colors of #57DAF0
Black with #57DAF0
Text Example
Text Example
White with #57DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DAF0; }
p { color: rgb(87,218,240); }
H1.HeaderClassName
{
color: #57DAF0;
}
.AnyTagClassName
{
color: #57DAF0;
}
</style>
background-color css
<style>
a { background-color: #57DAF0; }
a { background-color: rgb(87,218,240); }
div.DivClassName
{
background-color: #57DAF0;
}
.BgClassName
{
background-color: #57DAF0;
}
</style>
border-color css
<style>
span { border-color: #57DAF0; }
span { border-color: rgb(87,218,240); }
td.TdClassName
{
border-color: #57DAF0;
}
.TagClassName
{
border-color: #57DAF0;
}
</style>