Shades of Turquoise #2ACEDC
Tints of Turquoise #2ACEDC
RGB
CMYK
RGB Variations
Color information
#2ACEDC (or 0x2ACEDC) is known color: Turquoise. HEX triplet: 2A, CE and DC. RGB value is (42,206,220). Sum of RGB (Red+Green+Blue) = 42+206+220=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ACEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEDC is #D53123. Grayscale: #9E9E9E. Windows color (decimal): -13971748 or 14470698. OLE color: 14470698.
HSL color Cylindrical-coordinate representation of color #2ACEDC: hue angle of 184.72º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACEDC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 206 | 220 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.14 |
| HSL | 184.72º | 0.72% | 0.51% | - |
| HSV(B) | 184.72º | 0.81% | 0.86% | - |
| XYZ | 35.94 | 49.8 | 75.43 | - |
| YUV | 158.56 | 162.67 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 220 | 0.81 | 0.06 | 0 | 0.14 | 184.72 | 0.72 | 0.51 |
| Hex | 2A | CE | DC | 51 | 6 | 0 | E | B9 | 48 | 33 |
| Octal | 52 | 316 | 334 | 121 | 6 | 0 | 16 | 271 | 110 | 63 |
| Binary | 101010 | 11001110 | 11011100 | 1010001 | 110 | 0 | 1110 | 10111001 | 1001000 | 110011 |
Color Harmonies of #2ACEDC
Complementary color
Monochromatic Colors of #2ACEDC
Black with #2ACEDC
Text Example
Text Example
White with #2ACEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEDC; }
p { color: rgb(42,206,220); }
H1.HeaderClassName
{
color: #2ACEDC;
}
.AnyTagClassName
{
color: #2ACEDC;
}
</style>
background-color css
<style>
a { background-color: #2ACEDC; }
a { background-color: rgb(42,206,220); }
div.DivClassName
{
background-color: #2ACEDC;
}
.BgClassName
{
background-color: #2ACEDC;
}
</style>
border-color css
<style>
span { border-color: #2ACEDC; }
span { border-color: rgb(42,206,220); }
td.TdClassName
{
border-color: #2ACEDC;
}
.TagClassName
{
border-color: #2ACEDC;
}
</style>