Shades of Turquoise #2AE2D2
Tints of Turquoise #2AE2D2
RGB
CMYK
RGB Variations
Color information
#2AE2D2 (or 0x2AE2D2) is known color: Turquoise. HEX triplet: 2A, E2 and D2. RGB value is (42,226,210). Sum of RGB (Red+Green+Blue) = 42+226+210=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE2D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE2D2 is #D51D2D. Grayscale: #A9A9A9. Windows color (decimal): -13966638 or 13820458. OLE color: 13820458.
HSL color Cylindrical-coordinate representation of color #2AE2D2: hue angle of 174.78º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE2D2 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 210 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.11 |
| HSL | 174.78º | 0.76% | 0.53% | - |
| HSV(B) | 174.78º | 0.81% | 0.89% | - |
| XYZ | 39.78 | 59.54 | 70.37 | - |
| YUV | 169.16 | 151.04 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 210 | 0.81 | 0 | 0.07 | 0.11 | 174.78 | 0.76 | 0.53 |
| Hex | 2A | E2 | D2 | 51 | 0 | 7 | B | AF | 4C | 35 |
| Octal | 52 | 342 | 322 | 121 | 0 | 7 | 13 | 257 | 114 | 65 |
| Binary | 101010 | 11100010 | 11010010 | 1010001 | 0 | 111 | 1011 | 10101111 | 1001100 | 110101 |
Color Harmonies of #2AE2D2
Complementary color
Monochromatic Colors of #2AE2D2
Black with #2AE2D2
Text Example
Text Example
White with #2AE2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE2D2; }
p { color: rgb(42,226,210); }
H1.HeaderClassName
{
color: #2AE2D2;
}
.AnyTagClassName
{
color: #2AE2D2;
}
</style>
background-color css
<style>
a { background-color: #2AE2D2; }
a { background-color: rgb(42,226,210); }
div.DivClassName
{
background-color: #2AE2D2;
}
.BgClassName
{
background-color: #2AE2D2;
}
</style>
border-color css
<style>
span { border-color: #2AE2D2; }
span { border-color: rgb(42,226,210); }
td.TdClassName
{
border-color: #2AE2D2;
}
.TagClassName
{
border-color: #2AE2D2;
}
</style>