Shades of Turquoise Blue #57DBDF
Tints of Turquoise Blue #57DBDF
RGB
CMYK
RGB Variations
Color information
#57DBDF (or 0x57DBDF) is known color: Turquoise Blue. HEX triplet: 57, DB and DF. RGB value is (87,219,223). Sum of RGB (Red+Green+Blue) = 87+219+223=529 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.45% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #57DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DBDF is #A82420. Grayscale: #B3B3B3. Windows color (decimal): -11019297 or 14670679. OLE color: 14670679.
HSL color Cylindrical-coordinate representation of color #57DBDF: hue angle of 181.76º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DBDF is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 219 | 223 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.13 |
| HSL | 181.76º | 0.68% | 0.61% | - |
| HSV(B) | 181.76º | 0.61% | 0.87% | - |
| XYZ | 42.58 | 58.02 | 78.77 | - |
| YUV | 179.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 223 | 0.61 | 0.02 | 0 | 0.13 | 181.76 | 0.68 | 0.61 |
| Hex | 57 | DB | DF | 3D | 2 | 0 | D | B6 | 44 | 3D |
| Octal | 127 | 333 | 337 | 75 | 2 | 0 | 15 | 266 | 104 | 75 |
| Binary | 1010111 | 11011011 | 11011111 | 111101 | 10 | 0 | 1101 | 10110110 | 1000100 | 111101 |
Color Harmonies of #57DBDF
Complementary color
Monochromatic Colors of #57DBDF
Black with #57DBDF
Text Example
Text Example
White with #57DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBDF; }
p { color: rgb(87,219,223); }
H1.HeaderClassName
{
color: #57DBDF;
}
.AnyTagClassName
{
color: #57DBDF;
}
</style>
background-color css
<style>
a { background-color: #57DBDF; }
a { background-color: rgb(87,219,223); }
div.DivClassName
{
background-color: #57DBDF;
}
.BgClassName
{
background-color: #57DBDF;
}
</style>
border-color css
<style>
span { border-color: #57DBDF; }
span { border-color: rgb(87,219,223); }
td.TdClassName
{
border-color: #57DBDF;
}
.TagClassName
{
border-color: #57DBDF;
}
</style>