Shades of Medium Turquoise #57DDDB
Tints of Medium Turquoise #57DDDB
RGB
CMYK
RGB Variations
Color information
#57DDDB (or 0x57DDDB) is known color: Medium Turquoise. HEX triplet: 57, DD and DB. RGB value is (87,221,219). Sum of RGB (Red+Green+Blue) = 87+221+219=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDDB is #A82224. Grayscale: #B4B4B4. Windows color (decimal): -11018789 or 14409047. OLE color: 14409047.
HSL color Cylindrical-coordinate representation of color #57DDDB: hue angle of 179.1º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDDB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 219 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.13 |
| HSL | 179.1º | 0.66% | 0.6% | - |
| HSV(B) | 179.1º | 0.61% | 0.87% | - |
| XYZ | 42.57 | 58.85 | 76.13 | - |
| YUV | 180.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 219 | 0.61 | 0 | 0.01 | 0.13 | 179.1 | 0.66 | 0.6 |
| Hex | 57 | DD | DB | 3D | 0 | 1 | D | B3 | 42 | 3C |
| Octal | 127 | 335 | 333 | 75 | 0 | 1 | 15 | 263 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11011011 | 111101 | 0 | 1 | 1101 | 10110011 | 1000010 | 111100 |
Color Harmonies of #57DDDB
Complementary color
Monochromatic Colors of #57DDDB
Black with #57DDDB
Text Example
Text Example
White with #57DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDDB; }
p { color: rgb(87,221,219); }
H1.HeaderClassName
{
color: #57DDDB;
}
.AnyTagClassName
{
color: #57DDDB;
}
</style>
background-color css
<style>
a { background-color: #57DDDB; }
a { background-color: rgb(87,221,219); }
div.DivClassName
{
background-color: #57DDDB;
}
.BgClassName
{
background-color: #57DDDB;
}
</style>
border-color css
<style>
span { border-color: #57DDDB; }
span { border-color: rgb(87,221,219); }
td.TdClassName
{
border-color: #57DDDB;
}
.TagClassName
{
border-color: #57DDDB;
}
</style>