Shades of Medium Turquoise #57DFC2
Tints of Medium Turquoise #57DFC2
RGB
CMYK
RGB Variations
Color information
#57DFC2 (or 0x57DFC2) is known color: Medium Turquoise. HEX triplet: 57, DF and C2. RGB value is (87,223,194). Sum of RGB (Red+Green+Blue) = 87+223+194=504 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.26% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #57DFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DFC2 is #A8203D. Grayscale: #B3B3B3. Windows color (decimal): -11018302 or 12771159. OLE color: 12771159.
HSL color Cylindrical-coordinate representation of color #57DFC2: hue angle of 167.21º 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 #57DFC2 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 223 | 194 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.13 |
| HSL | 167.21º | 0.68% | 0.61% | - |
| HSV(B) | 167.21º | 0.61% | 0.87% | - |
| XYZ | 40.06 | 58.7 | 60.26 | - |
| YUV | 179.03 | 136.44 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 223 | 194 | 0.61 | 0 | 0.13 | 0.13 | 167.21 | 0.68 | 0.61 |
| Hex | 57 | DF | C2 | 3D | 0 | D | D | A7 | 44 | 3D |
| Octal | 127 | 337 | 302 | 75 | 0 | 15 | 15 | 247 | 104 | 75 |
| Binary | 1010111 | 11011111 | 11000010 | 111101 | 0 | 1101 | 1101 | 10100111 | 1000100 | 111101 |
Color Harmonies of #57DFC2
Complementary color
Monochromatic Colors of #57DFC2
Black with #57DFC2
Text Example
Text Example
White with #57DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DFC2; }
p { color: rgb(87,223,194); }
H1.HeaderClassName
{
color: #57DFC2;
}
.AnyTagClassName
{
color: #57DFC2;
}
</style>
background-color css
<style>
a { background-color: #57DFC2; }
a { background-color: rgb(87,223,194); }
div.DivClassName
{
background-color: #57DFC2;
}
.BgClassName
{
background-color: #57DFC2;
}
</style>
border-color css
<style>
span { border-color: #57DFC2; }
span { border-color: rgb(87,223,194); }
td.TdClassName
{
border-color: #57DFC2;
}
.TagClassName
{
border-color: #57DFC2;
}
</style>