Shades of Turquoise #2ACEC2
Tints of Turquoise #2ACEC2
RGB
CMYK
RGB Variations
Color information
#2ACEC2 (or 0x2ACEC2) is known color: Turquoise. HEX triplet: 2A, CE and C2. RGB value is (42,206,194). Sum of RGB (Red+Green+Blue) = 42+206+194=442 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.50% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEC2 is #D5313D. Grayscale: #9B9B9B. Windows color (decimal): -13971774 or 12766762. OLE color: 12766762.
HSL color Cylindrical-coordinate representation of color #2ACEC2: hue angle of 175.61º 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 #2ACEC2 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 194 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.19 |
| HSL | 175.61º | 0.66% | 0.49% | - |
| HSV(B) | 175.61º | 0.8% | 0.81% | - |
| XYZ | 32.76 | 48.53 | 58.68 | - |
| YUV | 155.6 | 149.67 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 194 | 0.80 | 0 | 0.06 | 0.19 | 175.61 | 0.66 | 0.49 |
| Hex | 2A | CE | C2 | 50 | 0 | 6 | 13 | B0 | 42 | 31 |
| Octal | 52 | 316 | 302 | 120 | 0 | 6 | 23 | 260 | 102 | 61 |
| Binary | 101010 | 11001110 | 11000010 | 1010000 | 0 | 110 | 10011 | 10110000 | 1000010 | 110001 |
Color Harmonies of #2ACEC2
Complementary color
Monochromatic Colors of #2ACEC2
Black with #2ACEC2
Text Example
Text Example
White with #2ACEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEC2; }
p { color: rgb(42,206,194); }
H1.HeaderClassName
{
color: #2ACEC2;
}
.AnyTagClassName
{
color: #2ACEC2;
}
</style>
background-color css
<style>
a { background-color: #2ACEC2; }
a { background-color: rgb(42,206,194); }
div.DivClassName
{
background-color: #2ACEC2;
}
.BgClassName
{
background-color: #2ACEC2;
}
</style>
border-color css
<style>
span { border-color: #2ACEC2; }
span { border-color: rgb(42,206,194); }
td.TdClassName
{
border-color: #2ACEC2;
}
.TagClassName
{
border-color: #2ACEC2;
}
</style>