Shades of Medium Turquoise #2AC9CC
Tints of Medium Turquoise #2AC9CC
RGB
CMYK
RGB Variations
Color information
#2AC9CC (or 0x2AC9CC) is known color: Medium Turquoise. HEX triplet: 2A, C9 and CC. RGB value is (42,201,204). Sum of RGB (Red+Green+Blue) = 42+201+204=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #2AC9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC9CC is #D53633. Grayscale: #999999. Windows color (decimal): -13973044 or 13420842. OLE color: 13420842.
HSL color Cylindrical-coordinate representation of color #2AC9CC: hue angle of 181.11º 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 #2AC9CC is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 201 | 204 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.2 |
| HSL | 181.11º | 0.66% | 0.48% | - |
| HSV(B) | 181.11º | 0.79% | 0.8% | - |
| XYZ | 32.74 | 46.63 | 64.4 | - |
| YUV | 153.8 | 156.32 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 204 | 0.79 | 0.01 | 0 | 0.2 | 181.11 | 0.66 | 0.48 |
| Hex | 2A | C9 | CC | 4F | 1 | 0 | 14 | B5 | 42 | 30 |
| Octal | 52 | 311 | 314 | 117 | 1 | 0 | 24 | 265 | 102 | 60 |
| Binary | 101010 | 11001001 | 11001100 | 1001111 | 1 | 0 | 10100 | 10110101 | 1000010 | 110000 |
Color Harmonies of #2AC9CC
Complementary color
Monochromatic Colors of #2AC9CC
Black with #2AC9CC
Text Example
Text Example
White with #2AC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC9CC; }
p { color: rgb(42,201,204); }
H1.HeaderClassName
{
color: #2AC9CC;
}
.AnyTagClassName
{
color: #2AC9CC;
}
</style>
background-color css
<style>
a { background-color: #2AC9CC; }
a { background-color: rgb(42,201,204); }
div.DivClassName
{
background-color: #2AC9CC;
}
.BgClassName
{
background-color: #2AC9CC;
}
</style>
border-color css
<style>
span { border-color: #2AC9CC; }
span { border-color: rgb(42,201,204); }
td.TdClassName
{
border-color: #2AC9CC;
}
.TagClassName
{
border-color: #2AC9CC;
}
</style>