Shades of Medium Turquoise #2ACEBD
Tints of Medium Turquoise #2ACEBD
RGB
CMYK
RGB Variations
Color information
#2ACEBD (or 0x2ACEBD) is known color: Medium Turquoise. HEX triplet: 2A, CE and BD. RGB value is (42,206,189). Sum of RGB (Red+Green+Blue) = 42+206+189=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEBD is #D53142. Grayscale: #9A9A9A. Windows color (decimal): -13971779 or 12439082. OLE color: 12439082.
HSL color Cylindrical-coordinate representation of color #2ACEBD: hue angle of 173.78º 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 #2ACEBD is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 189 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.19 |
| HSL | 173.78º | 0.66% | 0.49% | - |
| HSV(B) | 173.78º | 0.8% | 0.81% | - |
| XYZ | 32.21 | 48.31 | 55.77 | - |
| YUV | 155.03 | 147.17 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 189 | 0.80 | 0 | 0.08 | 0.19 | 173.78 | 0.66 | 0.49 |
| Hex | 2A | CE | BD | 50 | 0 | 8 | 13 | AE | 42 | 31 |
| Octal | 52 | 316 | 275 | 120 | 0 | 10 | 23 | 256 | 102 | 61 |
| Binary | 101010 | 11001110 | 10111101 | 1010000 | 0 | 1000 | 10011 | 10101110 | 1000010 | 110001 |
Color Harmonies of #2ACEBD
Complementary color
Monochromatic Colors of #2ACEBD
Black with #2ACEBD
Text Example
Text Example
White with #2ACEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEBD; }
p { color: rgb(42,206,189); }
H1.HeaderClassName
{
color: #2ACEBD;
}
.AnyTagClassName
{
color: #2ACEBD;
}
</style>
background-color css
<style>
a { background-color: #2ACEBD; }
a { background-color: rgb(42,206,189); }
div.DivClassName
{
background-color: #2ACEBD;
}
.BgClassName
{
background-color: #2ACEBD;
}
</style>
border-color css
<style>
span { border-color: #2ACEBD; }
span { border-color: rgb(42,206,189); }
td.TdClassName
{
border-color: #2ACEBD;
}
.TagClassName
{
border-color: #2ACEBD;
}
</style>