Shades of Turquoise Blue #57DBF2
Tints of Turquoise Blue #57DBF2
RGB
CMYK
RGB Variations
Color information
#57DBF2 (or 0x57DBF2) is known color: Turquoise Blue. HEX triplet: 57, DB and F2. RGB value is (87,219,242). Sum of RGB (Red+Green+Blue) = 87+219+242=548 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.88% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #57DBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBF2 is #A8240D. Grayscale: #B5B5B5. Windows color (decimal): -11019278 or 15915863. OLE color: 15915863.
HSL color Cylindrical-coordinate representation of color #57DBF2: hue angle of 188.9º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57DBF2 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 219 | 242 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.05 |
| HSL | 188.9º | 0.86% | 0.65% | - |
| HSV(B) | 188.9º | 0.64% | 0.95% | - |
| XYZ | 45.29 | 59.1 | 93.02 | - |
| YUV | 182.15 | 161.77 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 242 | 0.64 | 0.10 | 0 | 0.05 | 188.9 | 0.86 | 0.65 |
| Hex | 57 | DB | F2 | 40 | A | 0 | 5 | BD | 56 | 41 |
| Octal | 127 | 333 | 362 | 100 | 12 | 0 | 5 | 275 | 126 | 101 |
| Binary | 1010111 | 11011011 | 11110010 | 1000000 | 1010 | 0 | 101 | 10111101 | 1010110 | 1000001 |
Color Harmonies of #57DBF2
Complementary color
Monochromatic Colors of #57DBF2
Black with #57DBF2
Text Example
Text Example
White with #57DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBF2; }
p { color: rgb(87,219,242); }
H1.HeaderClassName
{
color: #57DBF2;
}
.AnyTagClassName
{
color: #57DBF2;
}
</style>
background-color css
<style>
a { background-color: #57DBF2; }
a { background-color: rgb(87,219,242); }
div.DivClassName
{
background-color: #57DBF2;
}
.BgClassName
{
background-color: #57DBF2;
}
</style>
border-color css
<style>
span { border-color: #57DBF2; }
span { border-color: rgb(87,219,242); }
td.TdClassName
{
border-color: #57DBF2;
}
.TagClassName
{
border-color: #57DBF2;
}
</style>