Shades of Turquoise #2ACECE
Tints of Turquoise #2ACECE
RGB
CMYK
RGB Variations
Color information
#2ACECE (or 0x2ACECE) is known color: Turquoise. HEX triplet: 2A, CE and CE. RGB value is (42,206,206). Sum of RGB (Red+Green+Blue) = 42+206+206=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #2ACECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACECE is #D53131. Grayscale: #9C9C9C. Windows color (decimal): -13971762 or 13553194. OLE color: 13553194.
HSL color Cylindrical-coordinate representation of color #2ACECE: hue angle of 180º 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 #2ACECE is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 206 | - |
| CMYK | 0.80 | 0 | 0 | 0.19 |
| HSL | 180º | 0.66% | 0.49% | - |
| HSV(B) | 180º | 0.8% | 0.81% | - |
| XYZ | 34.17 | 49.09 | 66.07 | - |
| YUV | 156.96 | 155.67 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 206 | 0.80 | 0 | 0 | 0.19 | 180 | 0.66 | 0.49 |
| Hex | 2A | CE | CE | 50 | 0 | 0 | 13 | B4 | 42 | 31 |
| Octal | 52 | 316 | 316 | 120 | 0 | 0 | 23 | 264 | 102 | 61 |
| Binary | 101010 | 11001110 | 11001110 | 1010000 | 0 | 0 | 10011 | 10110100 | 1000010 | 110001 |
Color Harmonies of #2ACECE
Complementary color
Monochromatic Colors of #2ACECE
Black with #2ACECE
Text Example
Text Example
White with #2ACECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACECE; }
p { color: rgb(42,206,206); }
H1.HeaderClassName
{
color: #2ACECE;
}
.AnyTagClassName
{
color: #2ACECE;
}
</style>
background-color css
<style>
a { background-color: #2ACECE; }
a { background-color: rgb(42,206,206); }
div.DivClassName
{
background-color: #2ACECE;
}
.BgClassName
{
background-color: #2ACECE;
}
</style>
border-color css
<style>
span { border-color: #2ACECE; }
span { border-color: rgb(42,206,206); }
td.TdClassName
{
border-color: #2ACECE;
}
.TagClassName
{
border-color: #2ACECE;
}
</style>