Shades of Turquoise Blue #57DBFF
Tints of Turquoise Blue #57DBFF
RGB
CMYK
RGB Variations
Color information
#57DBFF (or 0x57DBFF) is known color: Turquoise Blue. HEX triplet: 57, DB and FF. RGB value is (87,219,255). Sum of RGB (Red+Green+Blue) = 87+219+255=561 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.51% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #57DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBFF is #A82400. Grayscale: #B7B7B7. Windows color (decimal): -11019265 or 16767831. OLE color: 16767831.
HSL color Cylindrical-coordinate representation of color #57DBFF: hue angle of 192.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57DBFF is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 219 | 255 | - |
| CMYK | 0.66 | 0.14 | 0 | 0 |
| HSL | 192.86º | 1% | 0.67% | - |
| HSV(B) | 192.86º | 0.66% | 1% | - |
| XYZ | 47.31 | 59.91 | 103.68 | - |
| YUV | 183.64 | 168.27 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 255 | 0.66 | 0.14 | 0 | 0 | 192.86 | 1 | 0.67 |
| Hex | 57 | DB | FF | 42 | E | 0 | 0 | C1 | 64 | 43 |
| Octal | 127 | 333 | 377 | 102 | 16 | 0 | 0 | 301 | 144 | 103 |
| Binary | 1010111 | 11011011 | 11111111 | 1000010 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000011 |
Color Harmonies of #57DBFF
Complementary color
Monochromatic Colors of #57DBFF
Black with #57DBFF
Text Example
Text Example
White with #57DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBFF; }
p { color: rgb(87,219,255); }
H1.HeaderClassName
{
color: #57DBFF;
}
.AnyTagClassName
{
color: #57DBFF;
}
</style>
background-color css
<style>
a { background-color: #57DBFF; }
a { background-color: rgb(87,219,255); }
div.DivClassName
{
background-color: #57DBFF;
}
.BgClassName
{
background-color: #57DBFF;
}
</style>
border-color css
<style>
span { border-color: #57DBFF; }
span { border-color: rgb(87,219,255); }
td.TdClassName
{
border-color: #57DBFF;
}
.TagClassName
{
border-color: #57DBFF;
}
</style>