Shades of Turquoise Blue #57DBFB
Tints of Turquoise Blue #57DBFB
RGB
CMYK
RGB Variations
Color information
#57DBFB (or 0x57DBFB) is known color: Turquoise Blue. HEX triplet: 57, DB and FB. RGB value is (87,219,251). Sum of RGB (Red+Green+Blue) = 87+219+251=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #57DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBFB is #A82404. Grayscale: #B6B6B6. Windows color (decimal): -11019269 or 16505687. OLE color: 16505687.
HSL color Cylindrical-coordinate representation of color #57DBFB: hue angle of 191.71º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57DBFB is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 219 | 251 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.02 |
| HSL | 191.71º | 0.95% | 0.66% | - |
| HSV(B) | 191.71º | 0.65% | 0.98% | - |
| XYZ | 46.67 | 59.65 | 100.32 | - |
| YUV | 183.18 | 166.27 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 251 | 0.65 | 0.13 | 0 | 0.02 | 191.71 | 0.95 | 0.66 |
| Hex | 57 | DB | FB | 41 | D | 0 | 2 | C0 | 5F | 42 |
| Octal | 127 | 333 | 373 | 101 | 15 | 0 | 2 | 300 | 137 | 102 |
| Binary | 1010111 | 11011011 | 11111011 | 1000001 | 1101 | 0 | 10 | 11000000 | 1011111 | 1000010 |
Color Harmonies of #57DBFB
Complementary color
Monochromatic Colors of #57DBFB
Black with #57DBFB
Text Example
Text Example
White with #57DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBFB; }
p { color: rgb(87,219,251); }
H1.HeaderClassName
{
color: #57DBFB;
}
.AnyTagClassName
{
color: #57DBFB;
}
</style>
background-color css
<style>
a { background-color: #57DBFB; }
a { background-color: rgb(87,219,251); }
div.DivClassName
{
background-color: #57DBFB;
}
.BgClassName
{
background-color: #57DBFB;
}
</style>
border-color css
<style>
span { border-color: #57DBFB; }
span { border-color: rgb(87,219,251); }
td.TdClassName
{
border-color: #57DBFB;
}
.TagClassName
{
border-color: #57DBFB;
}
</style>