Shades of Medium Turquoise #57DFDA
Tints of Medium Turquoise #57DFDA
RGB
CMYK
RGB Variations
Color information
#57DFDA (or 0x57DFDA) is known color: Medium Turquoise. HEX triplet: 57, DF and DA. RGB value is (87,223,218). Sum of RGB (Red+Green+Blue) = 87+223+218=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #57DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DFDA is #A82025. Grayscale: #B5B5B5. Windows color (decimal): -11018278 or 14344023. OLE color: 14344023.
HSL color Cylindrical-coordinate representation of color #57DFDA: hue angle of 177.79º 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 #57DFDA is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 223 | 218 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.13 |
| HSL | 177.79º | 0.68% | 0.61% | - |
| HSV(B) | 177.79º | 0.61% | 0.87% | - |
| XYZ | 42.97 | 59.86 | 75.62 | - |
| YUV | 181.77 | 148.44 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 223 | 218 | 0.61 | 0 | 0.02 | 0.13 | 177.79 | 0.68 | 0.61 |
| Hex | 57 | DF | DA | 3D | 0 | 2 | D | B2 | 44 | 3D |
| Octal | 127 | 337 | 332 | 75 | 0 | 2 | 15 | 262 | 104 | 75 |
| Binary | 1010111 | 11011111 | 11011010 | 111101 | 0 | 10 | 1101 | 10110010 | 1000100 | 111101 |
Color Harmonies of #57DFDA
Complementary color
Monochromatic Colors of #57DFDA
Black with #57DFDA
Text Example
Text Example
White with #57DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DFDA; }
p { color: rgb(87,223,218); }
H1.HeaderClassName
{
color: #57DFDA;
}
.AnyTagClassName
{
color: #57DFDA;
}
</style>
background-color css
<style>
a { background-color: #57DFDA; }
a { background-color: rgb(87,223,218); }
div.DivClassName
{
background-color: #57DFDA;
}
.BgClassName
{
background-color: #57DFDA;
}
</style>
border-color css
<style>
span { border-color: #57DFDA; }
span { border-color: rgb(87,223,218); }
td.TdClassName
{
border-color: #57DFDA;
}
.TagClassName
{
border-color: #57DFDA;
}
</style>