Shades of Medium Turquoise #57DBDC
Tints of Medium Turquoise #57DBDC
RGB
CMYK
RGB Variations
Color information
#57DBDC (or 0x57DBDC) is known color: Medium Turquoise. HEX triplet: 57, DB and DC. RGB value is (87,219,220). Sum of RGB (Red+Green+Blue) = 87+219+220=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #57DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DBDC is #A82423. Grayscale: #B3B3B3. Windows color (decimal): -11019300 or 14474071. OLE color: 14474071.
HSL color Cylindrical-coordinate representation of color #57DBDC: hue angle of 180.45º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DBDC is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 220 | - |
| CMYK | 0.60 | 0.00 | 0 | 0.14 |
| HSL | 180.45º | 0.66% | 0.6% | - |
| HSV(B) | 180.45º | 0.6% | 0.86% | - |
| XYZ | 42.18 | 57.86 | 76.65 | - |
| YUV | 179.65 | 150.77 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 220 | 0.60 | 0.00 | 0 | 0.14 | 180.45 | 0.66 | 0.6 |
| Hex | 57 | DB | DC | 3C | 0 | 0 | E | B4 | 42 | 3C |
| Octal | 127 | 333 | 334 | 74 | 0 | 0 | 16 | 264 | 102 | 74 |
| Binary | 1010111 | 11011011 | 11011100 | 111100 | 0 | 0 | 1110 | 10110100 | 1000010 | 111100 |
Color Harmonies of #57DBDC
Complementary color
Monochromatic Colors of #57DBDC
Black with #57DBDC
Text Example
Text Example
White with #57DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBDC; }
p { color: rgb(87,219,220); }
H1.HeaderClassName
{
color: #57DBDC;
}
.AnyTagClassName
{
color: #57DBDC;
}
</style>
background-color css
<style>
a { background-color: #57DBDC; }
a { background-color: rgb(87,219,220); }
div.DivClassName
{
background-color: #57DBDC;
}
.BgClassName
{
background-color: #57DBDC;
}
</style>
border-color css
<style>
span { border-color: #57DBDC; }
span { border-color: rgb(87,219,220); }
td.TdClassName
{
border-color: #57DBDC;
}
.TagClassName
{
border-color: #57DBDC;
}
</style>