Shades of Turquoise Blue #57DBF3
Tints of Turquoise Blue #57DBF3
RGB
CMYK
RGB Variations
Color information
#57DBF3 (or 0x57DBF3) is known color: Turquoise Blue. HEX triplet: 57, DB and F3. RGB value is (87,219,243). Sum of RGB (Red+Green+Blue) = 87+219+243=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #57DBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBF3 is #A8240C. Grayscale: #B6B6B6. Windows color (decimal): -11019277 or 15981399. OLE color: 15981399.
HSL color Cylindrical-coordinate representation of color #57DBF3: hue angle of 189.23º degrees, saturation: 0.87, 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 #57DBF3 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 219 | 243 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.05 |
| HSL | 189.23º | 0.87% | 0.65% | - |
| HSV(B) | 189.23º | 0.64% | 0.95% | - |
| XYZ | 45.44 | 59.16 | 93.82 | - |
| YUV | 182.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 243 | 0.64 | 0.10 | 0 | 0.05 | 189.23 | 0.87 | 0.65 |
| Hex | 57 | DB | F3 | 40 | A | 0 | 5 | BD | 57 | 41 |
| Octal | 127 | 333 | 363 | 100 | 12 | 0 | 5 | 275 | 127 | 101 |
| Binary | 1010111 | 11011011 | 11110011 | 1000000 | 1010 | 0 | 101 | 10111101 | 1010111 | 1000001 |
Color Harmonies of #57DBF3
Complementary color
Monochromatic Colors of #57DBF3
Black with #57DBF3
Text Example
Text Example
White with #57DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBF3; }
p { color: rgb(87,219,243); }
H1.HeaderClassName
{
color: #57DBF3;
}
.AnyTagClassName
{
color: #57DBF3;
}
</style>
background-color css
<style>
a { background-color: #57DBF3; }
a { background-color: rgb(87,219,243); }
div.DivClassName
{
background-color: #57DBF3;
}
.BgClassName
{
background-color: #57DBF3;
}
</style>
border-color css
<style>
span { border-color: #57DBF3; }
span { border-color: rgb(87,219,243); }
td.TdClassName
{
border-color: #57DBF3;
}
.TagClassName
{
border-color: #57DBF3;
}
</style>