Shades of Turquoise #2AE6CE
Tints of Turquoise #2AE6CE
RGB
CMYK
RGB Variations
Color information
#2AE6CE (or 0x2AE6CE) is known color: Turquoise. HEX triplet: 2A, E6 and CE. RGB value is (42,230,206). Sum of RGB (Red+Green+Blue) = 42+230+206=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AE6CE is #D51931. Grayscale: #AAAAAA. Windows color (decimal): -13965618 or 13559338. OLE color: 13559338.
HSL color Cylindrical-coordinate representation of color #2AE6CE: hue angle of 172.34º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE6CE is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 206 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.10 |
| HSL | 172.34º | 0.79% | 0.53% | - |
| HSV(B) | 172.34º | 0.82% | 0.9% | - |
| XYZ | 40.39 | 61.54 | 68.14 | - |
| YUV | 171.05 | 147.72 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 206 | 0.82 | 0 | 0.10 | 0.10 | 172.34 | 0.79 | 0.53 |
| Hex | 2A | E6 | CE | 52 | 0 | A | A | AC | 4F | 35 |
| Octal | 52 | 346 | 316 | 122 | 0 | 12 | 12 | 254 | 117 | 65 |
| Binary | 101010 | 11100110 | 11001110 | 1010010 | 0 | 1010 | 1010 | 10101100 | 1001111 | 110101 |
Color Harmonies of #2AE6CE
Complementary color
Monochromatic Colors of #2AE6CE
Black with #2AE6CE
Text Example
Text Example
White with #2AE6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE6CE; }
p { color: rgb(42,230,206); }
H1.HeaderClassName
{
color: #2AE6CE;
}
.AnyTagClassName
{
color: #2AE6CE;
}
</style>
background-color css
<style>
a { background-color: #2AE6CE; }
a { background-color: rgb(42,230,206); }
div.DivClassName
{
background-color: #2AE6CE;
}
.BgClassName
{
background-color: #2AE6CE;
}
</style>
border-color css
<style>
span { border-color: #2AE6CE; }
span { border-color: rgb(42,230,206); }
td.TdClassName
{
border-color: #2AE6CE;
}
.TagClassName
{
border-color: #2AE6CE;
}
</style>