Shades of Turquoise #2AEAD1
Tints of Turquoise #2AEAD1
RGB
CMYK
RGB Variations
Color information
#2AEAD1 (or 0x2AEAD1) is known color: Turquoise. HEX triplet: 2A, EA and D1. RGB value is (42,234,209). Sum of RGB (Red+Green+Blue) = 42+234+209=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEAD1 is #D5152E. Grayscale: #ADADAD. Windows color (decimal): -13964591 or 13756970. OLE color: 13756970.
HSL color Cylindrical-coordinate representation of color #2AEAD1: hue angle of 172.19º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEAD1 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 209 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.08 |
| HSL | 172.19º | 0.82% | 0.54% | - |
| HSV(B) | 172.19º | 0.82% | 0.92% | - |
| XYZ | 41.89 | 63.94 | 70.46 | - |
| YUV | 173.74 | 147.89 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 209 | 0.82 | 0 | 0.11 | 0.08 | 172.19 | 0.82 | 0.54 |
| Hex | 2A | EA | D1 | 52 | 0 | B | 8 | AC | 52 | 36 |
| Octal | 52 | 352 | 321 | 122 | 0 | 13 | 10 | 254 | 122 | 66 |
| Binary | 101010 | 11101010 | 11010001 | 1010010 | 0 | 1011 | 1000 | 10101100 | 1010010 | 110110 |
Color Harmonies of #2AEAD1
Complementary color
Monochromatic Colors of #2AEAD1
Black with #2AEAD1
Text Example
Text Example
White with #2AEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEAD1; }
p { color: rgb(42,234,209); }
H1.HeaderClassName
{
color: #2AEAD1;
}
.AnyTagClassName
{
color: #2AEAD1;
}
</style>
background-color css
<style>
a { background-color: #2AEAD1; }
a { background-color: rgb(42,234,209); }
div.DivClassName
{
background-color: #2AEAD1;
}
.BgClassName
{
background-color: #2AEAD1;
}
</style>
border-color css
<style>
span { border-color: #2AEAD1; }
span { border-color: rgb(42,234,209); }
td.TdClassName
{
border-color: #2AEAD1;
}
.TagClassName
{
border-color: #2AEAD1;
}
</style>