Shades of Medium Turquoise #2ACBC0
Tints of Medium Turquoise #2ACBC0
RGB
CMYK
RGB Variations
Color information
#2ACBC0 (or 0x2ACBC0) is known color: Medium Turquoise. HEX triplet: 2A, CB and C0. RGB value is (42,203,192). Sum of RGB (Red+Green+Blue) = 42+203+192=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACBC0 is #D5343F. Grayscale: #999999. Windows color (decimal): -13972544 or 12634922. OLE color: 12634922.
HSL color Cylindrical-coordinate representation of color #2ACBC0: hue angle of 175.9º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACBC0 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 192 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.20 |
| HSL | 175.9º | 0.66% | 0.48% | - |
| HSV(B) | 175.9º | 0.79% | 0.8% | - |
| XYZ | 31.83 | 47.01 | 57.27 | - |
| YUV | 153.61 | 149.66 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 192 | 0.79 | 0 | 0.05 | 0.20 | 175.9 | 0.66 | 0.48 |
| Hex | 2A | CB | C0 | 4F | 0 | 5 | 14 | B0 | 42 | 30 |
| Octal | 52 | 313 | 300 | 117 | 0 | 5 | 24 | 260 | 102 | 60 |
| Binary | 101010 | 11001011 | 11000000 | 1001111 | 0 | 101 | 10100 | 10110000 | 1000010 | 110000 |
Color Harmonies of #2ACBC0
Complementary color
Monochromatic Colors of #2ACBC0
Black with #2ACBC0
Text Example
Text Example
White with #2ACBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACBC0; }
p { color: rgb(42,203,192); }
H1.HeaderClassName
{
color: #2ACBC0;
}
.AnyTagClassName
{
color: #2ACBC0;
}
</style>
background-color css
<style>
a { background-color: #2ACBC0; }
a { background-color: rgb(42,203,192); }
div.DivClassName
{
background-color: #2ACBC0;
}
.BgClassName
{
background-color: #2ACBC0;
}
</style>
border-color css
<style>
span { border-color: #2ACBC0; }
span { border-color: rgb(42,203,192); }
td.TdClassName
{
border-color: #2ACBC0;
}
.TagClassName
{
border-color: #2ACBC0;
}
</style>