Shades of Medium Turquoise #2AC9CE
Tints of Medium Turquoise #2AC9CE
RGB
CMYK
RGB Variations
Color information
#2AC9CE (or 0x2AC9CE) is known color: Medium Turquoise. HEX triplet: 2A, C9 and CE. RGB value is (42,201,206). Sum of RGB (Red+Green+Blue) = 42+201+206=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #2AC9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC9CE is #D53631. Grayscale: #999999. Windows color (decimal): -13973042 or 13551914. OLE color: 13551914.
HSL color Cylindrical-coordinate representation of color #2AC9CE: hue angle of 181.83º 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 #2AC9CE is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 201 | 206 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.19 |
| HSL | 181.83º | 0.66% | 0.49% | - |
| HSV(B) | 181.83º | 0.8% | 0.81% | - |
| XYZ | 32.98 | 46.72 | 65.67 | - |
| YUV | 154.03 | 157.32 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 206 | 0.80 | 0.02 | 0 | 0.19 | 181.83 | 0.66 | 0.49 |
| Hex | 2A | C9 | CE | 50 | 2 | 0 | 13 | B6 | 42 | 31 |
| Octal | 52 | 311 | 316 | 120 | 2 | 0 | 23 | 266 | 102 | 61 |
| Binary | 101010 | 11001001 | 11001110 | 1010000 | 10 | 0 | 10011 | 10110110 | 1000010 | 110001 |
Color Harmonies of #2AC9CE
Complementary color
Monochromatic Colors of #2AC9CE
Black with #2AC9CE
Text Example
Text Example
White with #2AC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC9CE; }
p { color: rgb(42,201,206); }
H1.HeaderClassName
{
color: #2AC9CE;
}
.AnyTagClassName
{
color: #2AC9CE;
}
</style>
background-color css
<style>
a { background-color: #2AC9CE; }
a { background-color: rgb(42,201,206); }
div.DivClassName
{
background-color: #2AC9CE;
}
.BgClassName
{
background-color: #2AC9CE;
}
</style>
border-color css
<style>
span { border-color: #2AC9CE; }
span { border-color: rgb(42,201,206); }
td.TdClassName
{
border-color: #2AC9CE;
}
.TagClassName
{
border-color: #2AC9CE;
}
</style>