Shades of Turquoise Blue #57DBEE
Tints of Turquoise Blue #57DBEE
RGB
CMYK
RGB Variations
Color information
#57DBEE (or 0x57DBEE) is known color: Turquoise Blue. HEX triplet: 57, DB and EE. RGB value is (87,219,238). Sum of RGB (Red+Green+Blue) = 87+219+238=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #57DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBEE is #A82411. Grayscale: #B5B5B5. Windows color (decimal): -11019282 or 15653719. OLE color: 15653719.
HSL color Cylindrical-coordinate representation of color #57DBEE: hue angle of 187.55º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57DBEE is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 219 | 238 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.07 |
| HSL | 187.55º | 0.82% | 0.64% | - |
| HSV(B) | 187.55º | 0.63% | 0.93% | - |
| XYZ | 44.69 | 58.86 | 89.89 | - |
| YUV | 181.7 | 159.77 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 238 | 0.63 | 0.08 | 0 | 0.07 | 187.55 | 0.82 | 0.64 |
| Hex | 57 | DB | EE | 3F | 8 | 0 | 7 | BC | 52 | 40 |
| Octal | 127 | 333 | 356 | 77 | 10 | 0 | 7 | 274 | 122 | 100 |
| Binary | 1010111 | 11011011 | 11101110 | 111111 | 1000 | 0 | 111 | 10111100 | 1010010 | 1000000 |
Color Harmonies of #57DBEE
Complementary color
Monochromatic Colors of #57DBEE
Black with #57DBEE
Text Example
Text Example
White with #57DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBEE; }
p { color: rgb(87,219,238); }
H1.HeaderClassName
{
color: #57DBEE;
}
.AnyTagClassName
{
color: #57DBEE;
}
</style>
background-color css
<style>
a { background-color: #57DBEE; }
a { background-color: rgb(87,219,238); }
div.DivClassName
{
background-color: #57DBEE;
}
.BgClassName
{
background-color: #57DBEE;
}
</style>
border-color css
<style>
span { border-color: #57DBEE; }
span { border-color: rgb(87,219,238); }
td.TdClassName
{
border-color: #57DBEE;
}
.TagClassName
{
border-color: #57DBEE;
}
</style>