Shades of Medium Turquoise #57DED3
Tints of Medium Turquoise #57DED3
RGB
CMYK
RGB Variations
Color information
#57DED3 (or 0x57DED3) is known color: Medium Turquoise. HEX triplet: 57, DE and D3. RGB value is (87,222,211). Sum of RGB (Red+Green+Blue) = 87+222+211=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #57DED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DED3 is #A8212C. Grayscale: #B4B4B4. Windows color (decimal): -11018541 or 13885015. OLE color: 13885015.
HSL color Cylindrical-coordinate representation of color #57DED3: hue angle of 175.11º degrees, saturation: 0.67, 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 #57DED3 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 222 | 211 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.13 |
| HSL | 175.11º | 0.67% | 0.61% | - |
| HSV(B) | 175.11º | 0.61% | 0.87% | - |
| XYZ | 41.81 | 58.97 | 70.81 | - |
| YUV | 180.38 | 145.27 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 222 | 211 | 0.61 | 0 | 0.05 | 0.13 | 175.11 | 0.67 | 0.61 |
| Hex | 57 | DE | D3 | 3D | 0 | 5 | D | AF | 43 | 3D |
| Octal | 127 | 336 | 323 | 75 | 0 | 5 | 15 | 257 | 103 | 75 |
| Binary | 1010111 | 11011110 | 11010011 | 111101 | 0 | 101 | 1101 | 10101111 | 1000011 | 111101 |
Color Harmonies of #57DED3
Complementary color
Monochromatic Colors of #57DED3
Black with #57DED3
Text Example
Text Example
White with #57DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DED3; }
p { color: rgb(87,222,211); }
H1.HeaderClassName
{
color: #57DED3;
}
.AnyTagClassName
{
color: #57DED3;
}
</style>
background-color css
<style>
a { background-color: #57DED3; }
a { background-color: rgb(87,222,211); }
div.DivClassName
{
background-color: #57DED3;
}
.BgClassName
{
background-color: #57DED3;
}
</style>
border-color css
<style>
span { border-color: #57DED3; }
span { border-color: rgb(87,222,211); }
td.TdClassName
{
border-color: #57DED3;
}
.TagClassName
{
border-color: #57DED3;
}
</style>