Shades of Medium Turquoise #3ACAC0
Tints of Medium Turquoise #3ACAC0
RGB
CMYK
RGB Variations
Color information
#3ACAC0 (or 0x3ACAC0) is known color: Medium Turquoise. HEX triplet: 3A, CA and C0. RGB value is (58,202,192). Sum of RGB (Red+Green+Blue) = 58+202+192=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACAC0 is #C5353F. Grayscale: #9D9D9D. Windows color (decimal): -12924224 or 12634682. OLE color: 12634682.
HSL color Cylindrical-coordinate representation of color #3ACAC0: hue angle of 175.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACAC0 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 202 | 192 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.21 |
| HSL | 175.83º | 0.58% | 0.51% | - |
| HSV(B) | 175.83º | 0.71% | 0.79% | - |
| XYZ | 32.38 | 46.95 | 57.22 | - |
| YUV | 157.8 | 147.29 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 192 | 0.71 | 0 | 0.05 | 0.21 | 175.83 | 0.58 | 0.51 |
| Hex | 3A | CA | C0 | 47 | 0 | 5 | 15 | B0 | 3A | 33 |
| Octal | 72 | 312 | 300 | 107 | 0 | 5 | 25 | 260 | 72 | 63 |
| Binary | 111010 | 11001010 | 11000000 | 1000111 | 0 | 101 | 10101 | 10110000 | 111010 | 110011 |
Color Harmonies of #3ACAC0
Complementary color
Monochromatic Colors of #3ACAC0
Black with #3ACAC0
Text Example
Text Example
White with #3ACAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACAC0; }
p { color: rgb(58,202,192); }
H1.HeaderClassName
{
color: #3ACAC0;
}
.AnyTagClassName
{
color: #3ACAC0;
}
</style>
background-color css
<style>
a { background-color: #3ACAC0; }
a { background-color: rgb(58,202,192); }
div.DivClassName
{
background-color: #3ACAC0;
}
.BgClassName
{
background-color: #3ACAC0;
}
</style>
border-color css
<style>
span { border-color: #3ACAC0; }
span { border-color: rgb(58,202,192); }
td.TdClassName
{
border-color: #3ACAC0;
}
.TagClassName
{
border-color: #3ACAC0;
}
</style>