Shades of Turquoise #2ACEC0
Tints of Turquoise #2ACEC0
RGB
CMYK
RGB Variations
Color information
#2ACEC0 (or 0x2ACEC0) is known color: Turquoise. HEX triplet: 2A, CE and C0. RGB value is (42,206,192). Sum of RGB (Red+Green+Blue) = 42+206+192=440 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.55% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEC0 is #D5313F. Grayscale: #9B9B9B. Windows color (decimal): -13971776 or 12635690. OLE color: 12635690.
HSL color Cylindrical-coordinate representation of color #2ACEC0: hue angle of 174.88º 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 #2ACEC0 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 192 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.19 |
| HSL | 174.88º | 0.66% | 0.49% | - |
| HSV(B) | 174.88º | 0.8% | 0.81% | - |
| XYZ | 32.54 | 48.44 | 57.5 | - |
| YUV | 155.37 | 148.67 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 192 | 0.80 | 0 | 0.07 | 0.19 | 174.88 | 0.66 | 0.49 |
| Hex | 2A | CE | C0 | 50 | 0 | 7 | 13 | AF | 42 | 31 |
| Octal | 52 | 316 | 300 | 120 | 0 | 7 | 23 | 257 | 102 | 61 |
| Binary | 101010 | 11001110 | 11000000 | 1010000 | 0 | 111 | 10011 | 10101111 | 1000010 | 110001 |
Color Harmonies of #2ACEC0
Complementary color
Monochromatic Colors of #2ACEC0
Black with #2ACEC0
Text Example
Text Example
White with #2ACEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEC0; }
p { color: rgb(42,206,192); }
H1.HeaderClassName
{
color: #2ACEC0;
}
.AnyTagClassName
{
color: #2ACEC0;
}
</style>
background-color css
<style>
a { background-color: #2ACEC0; }
a { background-color: rgb(42,206,192); }
div.DivClassName
{
background-color: #2ACEC0;
}
.BgClassName
{
background-color: #2ACEC0;
}
</style>
border-color css
<style>
span { border-color: #2ACEC0; }
span { border-color: rgb(42,206,192); }
td.TdClassName
{
border-color: #2ACEC0;
}
.TagClassName
{
border-color: #2ACEC0;
}
</style>