Shades of Medium Turquoise #57DDC3
Tints of Medium Turquoise #57DDC3
RGB
CMYK
RGB Variations
Color information
#57DDC3 (or 0x57DDC3) is known color: Medium Turquoise. HEX triplet: 57, DD and C3. RGB value is (87,221,195). Sum of RGB (Red+Green+Blue) = 87+221+195=503 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.30% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDC3 is #A8223C. Grayscale: #B1B1B1. Windows color (decimal): -11018813 or 12836183. OLE color: 12836183.
HSL color Cylindrical-coordinate representation of color #57DDC3: hue angle of 168.36º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDC3 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 195 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.13 |
| HSL | 168.36º | 0.66% | 0.6% | - |
| HSV(B) | 168.36º | 0.61% | 0.87% | - |
| XYZ | 39.64 | 57.68 | 60.67 | - |
| YUV | 177.97 | 137.61 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 195 | 0.61 | 0 | 0.12 | 0.13 | 168.36 | 0.66 | 0.6 |
| Hex | 57 | DD | C3 | 3D | 0 | C | D | A8 | 42 | 3C |
| Octal | 127 | 335 | 303 | 75 | 0 | 14 | 15 | 250 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11000011 | 111101 | 0 | 1100 | 1101 | 10101000 | 1000010 | 111100 |
Color Harmonies of #57DDC3
Complementary color
Monochromatic Colors of #57DDC3
Black with #57DDC3
Text Example
Text Example
White with #57DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDC3; }
p { color: rgb(87,221,195); }
H1.HeaderClassName
{
color: #57DDC3;
}
.AnyTagClassName
{
color: #57DDC3;
}
</style>
background-color css
<style>
a { background-color: #57DDC3; }
a { background-color: rgb(87,221,195); }
div.DivClassName
{
background-color: #57DDC3;
}
.BgClassName
{
background-color: #57DDC3;
}
</style>
border-color css
<style>
span { border-color: #57DDC3; }
span { border-color: rgb(87,221,195); }
td.TdClassName
{
border-color: #57DDC3;
}
.TagClassName
{
border-color: #57DDC3;
}
</style>