Shades of Medium Turquoise #57DFD0
Tints of Medium Turquoise #57DFD0
RGB
CMYK
RGB Variations
Color information
#57DFD0 (or 0x57DFD0) is known color: Medium Turquoise. HEX triplet: 57, DF and D0. RGB value is (87,223,208). Sum of RGB (Red+Green+Blue) = 87+223+208=518 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.80% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #57DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DFD0 is #A8202F. Grayscale: #B4B4B4. Windows color (decimal): -11018288 or 13688663. OLE color: 13688663.
HSL color Cylindrical-coordinate representation of color #57DFD0: hue angle of 173.38º degrees, saturation: 0.68, 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 #57DFD0 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 223 | 208 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.13 |
| HSL | 173.38º | 0.68% | 0.61% | - |
| HSV(B) | 173.38º | 0.61% | 0.87% | - |
| XYZ | 41.7 | 59.36 | 68.93 | - |
| YUV | 180.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 223 | 208 | 0.61 | 0 | 0.07 | 0.13 | 173.38 | 0.68 | 0.61 |
| Hex | 57 | DF | D0 | 3D | 0 | 7 | D | AD | 44 | 3D |
| Octal | 127 | 337 | 320 | 75 | 0 | 7 | 15 | 255 | 104 | 75 |
| Binary | 1010111 | 11011111 | 11010000 | 111101 | 0 | 111 | 1101 | 10101101 | 1000100 | 111101 |
Color Harmonies of #57DFD0
Complementary color
Monochromatic Colors of #57DFD0
Black with #57DFD0
Text Example
Text Example
White with #57DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DFD0; }
p { color: rgb(87,223,208); }
H1.HeaderClassName
{
color: #57DFD0;
}
.AnyTagClassName
{
color: #57DFD0;
}
</style>
background-color css
<style>
a { background-color: #57DFD0; }
a { background-color: rgb(87,223,208); }
div.DivClassName
{
background-color: #57DFD0;
}
.BgClassName
{
background-color: #57DFD0;
}
</style>
border-color css
<style>
span { border-color: #57DFD0; }
span { border-color: rgb(87,223,208); }
td.TdClassName
{
border-color: #57DFD0;
}
.TagClassName
{
border-color: #57DFD0;
}
</style>