Shades of Turquoise #2ACEC1
Tints of Turquoise #2ACEC1
RGB
CMYK
RGB Variations
Color information
#2ACEC1 (or 0x2ACEC1) is known color: Turquoise. HEX triplet: 2A, CE and C1. RGB value is (42,206,193). Sum of RGB (Red+Green+Blue) = 42+206+193=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEC1 is #D5313E. Grayscale: #9B9B9B. Windows color (decimal): -13971775 or 12701226. OLE color: 12701226.
HSL color Cylindrical-coordinate representation of color #2ACEC1: hue angle of 175.24º 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 #2ACEC1 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 193 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.19 |
| HSL | 175.24º | 0.66% | 0.49% | - |
| HSV(B) | 175.24º | 0.8% | 0.81% | - |
| XYZ | 32.65 | 48.49 | 58.09 | - |
| YUV | 155.48 | 149.17 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 193 | 0.80 | 0 | 0.06 | 0.19 | 175.24 | 0.66 | 0.49 |
| Hex | 2A | CE | C1 | 50 | 0 | 6 | 13 | AF | 42 | 31 |
| Octal | 52 | 316 | 301 | 120 | 0 | 6 | 23 | 257 | 102 | 61 |
| Binary | 101010 | 11001110 | 11000001 | 1010000 | 0 | 110 | 10011 | 10101111 | 1000010 | 110001 |
Color Harmonies of #2ACEC1
Complementary color
Monochromatic Colors of #2ACEC1
Black with #2ACEC1
Text Example
Text Example
White with #2ACEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEC1; }
p { color: rgb(42,206,193); }
H1.HeaderClassName
{
color: #2ACEC1;
}
.AnyTagClassName
{
color: #2ACEC1;
}
</style>
background-color css
<style>
a { background-color: #2ACEC1; }
a { background-color: rgb(42,206,193); }
div.DivClassName
{
background-color: #2ACEC1;
}
.BgClassName
{
background-color: #2ACEC1;
}
</style>
border-color css
<style>
span { border-color: #2ACEC1; }
span { border-color: rgb(42,206,193); }
td.TdClassName
{
border-color: #2ACEC1;
}
.TagClassName
{
border-color: #2ACEC1;
}
</style>