Shades of Medium Turquoise #2ACCC8
Tints of Medium Turquoise #2ACCC8
RGB
CMYK
RGB Variations
Color information
#2ACCC8 (or 0x2ACCC8) is known color: Medium Turquoise. HEX triplet: 2A, CC and C8. RGB value is (42,204,200). Sum of RGB (Red+Green+Blue) = 42+204+200=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCC8 is #D53337. Grayscale: #9A9A9A. Windows color (decimal): -13972280 or 13159466. OLE color: 13159466.
HSL color Cylindrical-coordinate representation of color #2ACCC8: hue angle of 178.52º 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 #2ACCC8 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 200 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.2 |
| HSL | 178.52º | 0.66% | 0.48% | - |
| HSV(B) | 178.52º | 0.79% | 0.8% | - |
| XYZ | 32.97 | 47.85 | 62.14 | - |
| YUV | 155.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 200 | 0.79 | 0 | 0.02 | 0.2 | 178.52 | 0.66 | 0.48 |
| Hex | 2A | CC | C8 | 4F | 0 | 2 | 14 | B3 | 42 | 30 |
| Octal | 52 | 314 | 310 | 117 | 0 | 2 | 24 | 263 | 102 | 60 |
| Binary | 101010 | 11001100 | 11001000 | 1001111 | 0 | 10 | 10100 | 10110011 | 1000010 | 110000 |
Color Harmonies of #2ACCC8
Complementary color
Monochromatic Colors of #2ACCC8
Black with #2ACCC8
Text Example
Text Example
White with #2ACCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCC8; }
p { color: rgb(42,204,200); }
H1.HeaderClassName
{
color: #2ACCC8;
}
.AnyTagClassName
{
color: #2ACCC8;
}
</style>
background-color css
<style>
a { background-color: #2ACCC8; }
a { background-color: rgb(42,204,200); }
div.DivClassName
{
background-color: #2ACCC8;
}
.BgClassName
{
background-color: #2ACCC8;
}
</style>
border-color css
<style>
span { border-color: #2ACCC8; }
span { border-color: rgb(42,204,200); }
td.TdClassName
{
border-color: #2ACCC8;
}
.TagClassName
{
border-color: #2ACCC8;
}
</style>