Shades of Turquoise #2AD9EA
Tints of Turquoise #2AD9EA
RGB
CMYK
RGB Variations
Color information
#2AD9EA (or 0x2AD9EA) is known color: Turquoise. HEX triplet: 2A, D9 and EA. RGB value is (42,217,234). Sum of RGB (Red+Green+Blue) = 42+217+234=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #2AD9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD9EA is #D52615. Grayscale: #A6A6A6. Windows color (decimal): -13968918 or 15391018. OLE color: 15391018.
HSL color Cylindrical-coordinate representation of color #2AD9EA: hue angle of 185.31º 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 #2AD9EA is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 217 | 234 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.08 |
| HSL | 185.31º | 0.82% | 0.54% | - |
| HSV(B) | 185.31º | 0.82% | 0.92% | - |
| XYZ | 40.62 | 56.06 | 86.52 | - |
| YUV | 166.61 | 166.02 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 234 | 0.82 | 0.07 | 0 | 0.08 | 185.31 | 0.82 | 0.54 |
| Hex | 2A | D9 | EA | 52 | 7 | 0 | 8 | B9 | 52 | 36 |
| Octal | 52 | 331 | 352 | 122 | 7 | 0 | 10 | 271 | 122 | 66 |
| Binary | 101010 | 11011001 | 11101010 | 1010010 | 111 | 0 | 1000 | 10111001 | 1010010 | 110110 |
Color Harmonies of #2AD9EA
Complementary color
Monochromatic Colors of #2AD9EA
Black with #2AD9EA
Text Example
Text Example
White with #2AD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9EA; }
p { color: rgb(42,217,234); }
H1.HeaderClassName
{
color: #2AD9EA;
}
.AnyTagClassName
{
color: #2AD9EA;
}
</style>
background-color css
<style>
a { background-color: #2AD9EA; }
a { background-color: rgb(42,217,234); }
div.DivClassName
{
background-color: #2AD9EA;
}
.BgClassName
{
background-color: #2AD9EA;
}
</style>
border-color css
<style>
span { border-color: #2AD9EA; }
span { border-color: rgb(42,217,234); }
td.TdClassName
{
border-color: #2AD9EA;
}
.TagClassName
{
border-color: #2AD9EA;
}
</style>