Shades of Turquoise #2AD9E5
Tints of Turquoise #2AD9E5
RGB
CMYK
RGB Variations
Color information
#2AD9E5 (or 0x2AD9E5) is known color: Turquoise. HEX triplet: 2A, D9 and E5. RGB value is (42,217,229). Sum of RGB (Red+Green+Blue) = 42+217+229=488 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.61% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #2AD9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD9E5 is #D5261A. Grayscale: #A5A5A5. Windows color (decimal): -13968923 or 15063338. OLE color: 15063338.
HSL color Cylindrical-coordinate representation of color #2AD9E5: hue angle of 183.85º degrees, saturation: 0.78, 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 #2AD9E5 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 217 | 229 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.10 |
| HSL | 183.85º | 0.78% | 0.53% | - |
| HSV(B) | 183.85º | 0.82% | 0.9% | - |
| XYZ | 39.91 | 55.78 | 82.79 | - |
| YUV | 166.04 | 163.52 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 229 | 0.82 | 0.05 | 0 | 0.10 | 183.85 | 0.78 | 0.53 |
| Hex | 2A | D9 | E5 | 52 | 5 | 0 | A | B8 | 4E | 35 |
| Octal | 52 | 331 | 345 | 122 | 5 | 0 | 12 | 270 | 116 | 65 |
| Binary | 101010 | 11011001 | 11100101 | 1010010 | 101 | 0 | 1010 | 10111000 | 1001110 | 110101 |
Color Harmonies of #2AD9E5
Complementary color
Monochromatic Colors of #2AD9E5
Black with #2AD9E5
Text Example
Text Example
White with #2AD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9E5; }
p { color: rgb(42,217,229); }
H1.HeaderClassName
{
color: #2AD9E5;
}
.AnyTagClassName
{
color: #2AD9E5;
}
</style>
background-color css
<style>
a { background-color: #2AD9E5; }
a { background-color: rgb(42,217,229); }
div.DivClassName
{
background-color: #2AD9E5;
}
.BgClassName
{
background-color: #2AD9E5;
}
</style>
border-color css
<style>
span { border-color: #2AD9E5; }
span { border-color: rgb(42,217,229); }
td.TdClassName
{
border-color: #2AD9E5;
}
.TagClassName
{
border-color: #2AD9E5;
}
</style>