Shades of Medium Turquoise #2ACEBC
Tints of Medium Turquoise #2ACEBC
RGB
CMYK
RGB Variations
Color information
#2ACEBC (or 0x2ACEBC) is known color: Medium Turquoise. HEX triplet: 2A, CE and BC. RGB value is (42,206,188). Sum of RGB (Red+Green+Blue) = 42+206+188=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEBC is #D53143. Grayscale: #9A9A9A. Windows color (decimal): -13971780 or 12373546. OLE color: 12373546.
HSL color Cylindrical-coordinate representation of color #2ACEBC: hue angle of 173.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACEBC is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 188 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.19 |
| HSL | 173.41º | 0.66% | 0.49% | - |
| HSV(B) | 173.41º | 0.8% | 0.81% | - |
| XYZ | 32.1 | 48.27 | 55.2 | - |
| YUV | 154.91 | 146.67 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 188 | 0.80 | 0 | 0.09 | 0.19 | 173.41 | 0.66 | 0.49 |
| Hex | 2A | CE | BC | 50 | 0 | 9 | 13 | AD | 42 | 31 |
| Octal | 52 | 316 | 274 | 120 | 0 | 11 | 23 | 255 | 102 | 61 |
| Binary | 101010 | 11001110 | 10111100 | 1010000 | 0 | 1001 | 10011 | 10101101 | 1000010 | 110001 |
Color Harmonies of #2ACEBC
Complementary color
Monochromatic Colors of #2ACEBC
Black with #2ACEBC
Text Example
Text Example
White with #2ACEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEBC; }
p { color: rgb(42,206,188); }
H1.HeaderClassName
{
color: #2ACEBC;
}
.AnyTagClassName
{
color: #2ACEBC;
}
</style>
background-color css
<style>
a { background-color: #2ACEBC; }
a { background-color: rgb(42,206,188); }
div.DivClassName
{
background-color: #2ACEBC;
}
.BgClassName
{
background-color: #2ACEBC;
}
</style>
border-color css
<style>
span { border-color: #2ACEBC; }
span { border-color: rgb(42,206,188); }
td.TdClassName
{
border-color: #2ACEBC;
}
.TagClassName
{
border-color: #2ACEBC;
}
</style>