Shades of Medium Turquoise #57D0D5
Tints of Medium Turquoise #57D0D5
RGB
CMYK
RGB Variations
Color information
#57D0D5 (or 0x57D0D5) is known color: Medium Turquoise. HEX triplet: 57, D0 and D5. RGB value is (87,208,213). Sum of RGB (Red+Green+Blue) = 87+208+213=508 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.13% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #57D0D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D0D5 is #A82F2A. Grayscale: #ACACAC. Windows color (decimal): -11022123 or 14012503. OLE color: 14012503.
HSL color Cylindrical-coordinate representation of color #57D0D5: hue angle of 182.38º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D0D5 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 208 | 213 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.16 |
| HSL | 182.38º | 0.6% | 0.59% | - |
| HSV(B) | 182.38º | 0.59% | 0.84% | - |
| XYZ | 38.5 | 51.94 | 70.95 | - |
| YUV | 172.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 213 | 0.59 | 0.02 | 0 | 0.16 | 182.38 | 0.6 | 0.59 |
| Hex | 57 | D0 | D5 | 3B | 2 | 0 | 10 | B6 | 3C | 3B |
| Octal | 127 | 320 | 325 | 73 | 2 | 0 | 20 | 266 | 74 | 73 |
| Binary | 1010111 | 11010000 | 11010101 | 111011 | 10 | 0 | 10000 | 10110110 | 111100 | 111011 |
Color Harmonies of #57D0D5
Complementary color
Monochromatic Colors of #57D0D5
Black with #57D0D5
Text Example
Text Example
White with #57D0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D0D5; }
p { color: rgb(87,208,213); }
H1.HeaderClassName
{
color: #57D0D5;
}
.AnyTagClassName
{
color: #57D0D5;
}
</style>
background-color css
<style>
a { background-color: #57D0D5; }
a { background-color: rgb(87,208,213); }
div.DivClassName
{
background-color: #57D0D5;
}
.BgClassName
{
background-color: #57D0D5;
}
</style>
border-color css
<style>
span { border-color: #57D0D5; }
span { border-color: rgb(87,208,213); }
td.TdClassName
{
border-color: #57D0D5;
}
.TagClassName
{
border-color: #57D0D5;
}
</style>