Shades of Medium Turquoise #57CAC2
Tints of Medium Turquoise #57CAC2
RGB
CMYK
RGB Variations
Color information
#57CAC2 (or 0x57CAC2) is known color: Medium Turquoise. HEX triplet: 57, CA and C2. RGB value is (87,202,194). Sum of RGB (Red+Green+Blue) = 87+202+194=483 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.01% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #57CAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CAC2 is #A8353D. Grayscale: #A6A6A6. Windows color (decimal): -11023678 or 12765783. OLE color: 12765783.
HSL color Cylindrical-coordinate representation of color #57CAC2: hue angle of 175.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CAC2 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 202 | 194 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.21 |
| HSL | 175.83º | 0.52% | 0.57% | - |
| HSV(B) | 175.83º | 0.57% | 0.79% | - |
| XYZ | 34.79 | 48.16 | 58.5 | - |
| YUV | 166.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 202 | 194 | 0.57 | 0 | 0.04 | 0.21 | 175.83 | 0.52 | 0.57 |
| Hex | 57 | CA | C2 | 39 | 0 | 4 | 15 | B0 | 34 | 39 |
| Octal | 127 | 312 | 302 | 71 | 0 | 4 | 25 | 260 | 64 | 71 |
| Binary | 1010111 | 11001010 | 11000010 | 111001 | 0 | 100 | 10101 | 10110000 | 110100 | 111001 |
Color Harmonies of #57CAC2
Complementary color
Monochromatic Colors of #57CAC2
Black with #57CAC2
Text Example
Text Example
White with #57CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CAC2; }
p { color: rgb(87,202,194); }
H1.HeaderClassName
{
color: #57CAC2;
}
.AnyTagClassName
{
color: #57CAC2;
}
</style>
background-color css
<style>
a { background-color: #57CAC2; }
a { background-color: rgb(87,202,194); }
div.DivClassName
{
background-color: #57CAC2;
}
.BgClassName
{
background-color: #57CAC2;
}
</style>
border-color css
<style>
span { border-color: #57CAC2; }
span { border-color: rgb(87,202,194); }
td.TdClassName
{
border-color: #57CAC2;
}
.TagClassName
{
border-color: #57CAC2;
}
</style>