Shades of Medium Turquoise #57DECE
Tints of Medium Turquoise #57DECE
RGB
CMYK
RGB Variations
Color information
#57DECE (or 0x57DECE) is known color: Medium Turquoise. HEX triplet: 57, DE and CE. RGB value is (87,222,206). Sum of RGB (Red+Green+Blue) = 87+222+206=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #57DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DECE is #A82131. Grayscale: #B3B3B3. Windows color (decimal): -11018546 or 13557335. OLE color: 13557335.
HSL color Cylindrical-coordinate representation of color #57DECE: hue angle of 172.89º 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 #57DECE is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 222 | 206 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.13 |
| HSL | 172.89º | 0.67% | 0.61% | - |
| HSV(B) | 172.89º | 0.61% | 0.87% | - |
| XYZ | 41.19 | 58.73 | 67.56 | - |
| YUV | 179.81 | 142.77 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 222 | 206 | 0.61 | 0 | 0.07 | 0.13 | 172.89 | 0.67 | 0.61 |
| Hex | 57 | DE | CE | 3D | 0 | 7 | D | AD | 43 | 3D |
| Octal | 127 | 336 | 316 | 75 | 0 | 7 | 15 | 255 | 103 | 75 |
| Binary | 1010111 | 11011110 | 11001110 | 111101 | 0 | 111 | 1101 | 10101101 | 1000011 | 111101 |
Color Harmonies of #57DECE
Complementary color
Monochromatic Colors of #57DECE
Black with #57DECE
Text Example
Text Example
White with #57DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DECE; }
p { color: rgb(87,222,206); }
H1.HeaderClassName
{
color: #57DECE;
}
.AnyTagClassName
{
color: #57DECE;
}
</style>
background-color css
<style>
a { background-color: #57DECE; }
a { background-color: rgb(87,222,206); }
div.DivClassName
{
background-color: #57DECE;
}
.BgClassName
{
background-color: #57DECE;
}
</style>
border-color css
<style>
span { border-color: #57DECE; }
span { border-color: rgb(87,222,206); }
td.TdClassName
{
border-color: #57DECE;
}
.TagClassName
{
border-color: #57DECE;
}
</style>