Shades of Medium Turquoise #57DFC5
Tints of Medium Turquoise #57DFC5
RGB
CMYK
RGB Variations
Color information
#57DFC5 (or 0x57DFC5) is known color: Medium Turquoise. HEX triplet: 57, DF and C5. RGB value is (87,223,197). Sum of RGB (Red+Green+Blue) = 87+223+197=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #57DFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DFC5 is #A8203A. Grayscale: #B3B3B3. Windows color (decimal): -11018299 or 12967767. OLE color: 12967767.
HSL color Cylindrical-coordinate representation of color #57DFC5: hue angle of 168.53º 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 #57DFC5 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 223 | 197 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.13 |
| HSL | 168.53º | 0.68% | 0.61% | - |
| HSV(B) | 168.53º | 0.61% | 0.87% | - |
| XYZ | 40.4 | 58.83 | 62.05 | - |
| YUV | 179.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 223 | 197 | 0.61 | 0 | 0.12 | 0.13 | 168.53 | 0.68 | 0.61 |
| Hex | 57 | DF | C5 | 3D | 0 | C | D | A9 | 44 | 3D |
| Octal | 127 | 337 | 305 | 75 | 0 | 14 | 15 | 251 | 104 | 75 |
| Binary | 1010111 | 11011111 | 11000101 | 111101 | 0 | 1100 | 1101 | 10101001 | 1000100 | 111101 |
Color Harmonies of #57DFC5
Complementary color
Monochromatic Colors of #57DFC5
Black with #57DFC5
Text Example
Text Example
White with #57DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DFC5; }
p { color: rgb(87,223,197); }
H1.HeaderClassName
{
color: #57DFC5;
}
.AnyTagClassName
{
color: #57DFC5;
}
</style>
background-color css
<style>
a { background-color: #57DFC5; }
a { background-color: rgb(87,223,197); }
div.DivClassName
{
background-color: #57DFC5;
}
.BgClassName
{
background-color: #57DFC5;
}
</style>
border-color css
<style>
span { border-color: #57DFC5; }
span { border-color: rgb(87,223,197); }
td.TdClassName
{
border-color: #57DFC5;
}
.TagClassName
{
border-color: #57DFC5;
}
</style>