Shades of Medium Turquoise #2ACAC0
Tints of Medium Turquoise #2ACAC0
RGB
CMYK
RGB Variations
Color information
#2ACAC0 (or 0x2ACAC0) is known color: Medium Turquoise. HEX triplet: 2A, CA and C0. RGB value is (42,202,192). Sum of RGB (Red+Green+Blue) = 42+202+192=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACAC0 is #D5353F. Grayscale: #989898. Windows color (decimal): -13972800 or 12634666. OLE color: 12634666.
HSL color Cylindrical-coordinate representation of color #2ACAC0: hue angle of 176.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACAC0 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 202 | 192 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.21 |
| HSL | 176.25º | 0.66% | 0.48% | - |
| HSV(B) | 176.25º | 0.79% | 0.79% | - |
| XYZ | 31.59 | 46.54 | 57.19 | - |
| YUV | 153.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 192 | 0.79 | 0 | 0.05 | 0.21 | 176.25 | 0.66 | 0.48 |
| Hex | 2A | CA | C0 | 4F | 0 | 5 | 15 | B0 | 42 | 30 |
| Octal | 52 | 312 | 300 | 117 | 0 | 5 | 25 | 260 | 102 | 60 |
| Binary | 101010 | 11001010 | 11000000 | 1001111 | 0 | 101 | 10101 | 10110000 | 1000010 | 110000 |
Color Harmonies of #2ACAC0
Complementary color
Monochromatic Colors of #2ACAC0
Black with #2ACAC0
Text Example
Text Example
White with #2ACAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACAC0; }
p { color: rgb(42,202,192); }
H1.HeaderClassName
{
color: #2ACAC0;
}
.AnyTagClassName
{
color: #2ACAC0;
}
</style>
background-color css
<style>
a { background-color: #2ACAC0; }
a { background-color: rgb(42,202,192); }
div.DivClassName
{
background-color: #2ACAC0;
}
.BgClassName
{
background-color: #2ACAC0;
}
</style>
border-color css
<style>
span { border-color: #2ACAC0; }
span { border-color: rgb(42,202,192); }
td.TdClassName
{
border-color: #2ACAC0;
}
.TagClassName
{
border-color: #2ACAC0;
}
</style>