Shades of Medium Turquoise #2ACCCC
Tints of Medium Turquoise #2ACCCC
RGB
CMYK
RGB Variations
Color information
#2ACCCC (or 0x2ACCCC) is known color: Medium Turquoise. HEX triplet: 2A, CC and CC. RGB value is (42,204,204). Sum of RGB (Red+Green+Blue) = 42+204+204=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #2ACCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCCC is #D53333. Grayscale: #9B9B9B. Windows color (decimal): -13972276 or 13421610. OLE color: 13421610.
HSL color Cylindrical-coordinate representation of color #2ACCCC: hue angle of 180º 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 #2ACCCC is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 204 | - |
| CMYK | 0.79 | 0 | 0 | 0.2 |
| HSL | 180º | 0.66% | 0.48% | - |
| HSV(B) | 180º | 0.79% | 0.8% | - |
| XYZ | 33.45 | 48.04 | 64.64 | - |
| YUV | 155.56 | 155.33 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 204 | 0.79 | 0 | 0 | 0.2 | 180 | 0.66 | 0.48 |
| Hex | 2A | CC | CC | 4F | 0 | 0 | 14 | B4 | 42 | 30 |
| Octal | 52 | 314 | 314 | 117 | 0 | 0 | 24 | 264 | 102 | 60 |
| Binary | 101010 | 11001100 | 11001100 | 1001111 | 0 | 0 | 10100 | 10110100 | 1000010 | 110000 |
Color Harmonies of #2ACCCC
Complementary color
Monochromatic Colors of #2ACCCC
Black with #2ACCCC
Text Example
Text Example
White with #2ACCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCCC; }
p { color: rgb(42,204,204); }
H1.HeaderClassName
{
color: #2ACCCC;
}
.AnyTagClassName
{
color: #2ACCCC;
}
</style>
background-color css
<style>
a { background-color: #2ACCCC; }
a { background-color: rgb(42,204,204); }
div.DivClassName
{
background-color: #2ACCCC;
}
.BgClassName
{
background-color: #2ACCCC;
}
</style>
border-color css
<style>
span { border-color: #2ACCCC; }
span { border-color: rgb(42,204,204); }
td.TdClassName
{
border-color: #2ACCCC;
}
.TagClassName
{
border-color: #2ACCCC;
}
</style>