Shades of Turquoise #2AD9EF
Tints of Turquoise #2AD9EF
RGB
CMYK
RGB Variations
Color information
#2AD9EF (or 0x2AD9EF) is known color: Turquoise. HEX triplet: 2A, D9 and EF. RGB value is (42,217,239). Sum of RGB (Red+Green+Blue) = 42+217+239=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AD9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD9EF is #D52610. Grayscale: #A6A6A6. Windows color (decimal): -13968913 or 15718698. OLE color: 15718698.
HSL color Cylindrical-coordinate representation of color #2AD9EF: hue angle of 186.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD9EF is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 217 | 239 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.06 |
| HSL | 186.7º | 0.86% | 0.55% | - |
| HSV(B) | 186.7º | 0.82% | 0.94% | - |
| XYZ | 41.35 | 56.35 | 90.36 | - |
| YUV | 167.18 | 168.52 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 239 | 0.82 | 0.09 | 0 | 0.06 | 186.7 | 0.86 | 0.55 |
| Hex | 2A | D9 | EF | 52 | 9 | 0 | 6 | BB | 56 | 37 |
| Octal | 52 | 331 | 357 | 122 | 11 | 0 | 6 | 273 | 126 | 67 |
| Binary | 101010 | 11011001 | 11101111 | 1010010 | 1001 | 0 | 110 | 10111011 | 1010110 | 110111 |
Color Harmonies of #2AD9EF
Complementary color
Monochromatic Colors of #2AD9EF
Black with #2AD9EF
Text Example
Text Example
White with #2AD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9EF; }
p { color: rgb(42,217,239); }
H1.HeaderClassName
{
color: #2AD9EF;
}
.AnyTagClassName
{
color: #2AD9EF;
}
</style>
background-color css
<style>
a { background-color: #2AD9EF; }
a { background-color: rgb(42,217,239); }
div.DivClassName
{
background-color: #2AD9EF;
}
.BgClassName
{
background-color: #2AD9EF;
}
</style>
border-color css
<style>
span { border-color: #2AD9EF; }
span { border-color: rgb(42,217,239); }
td.TdClassName
{
border-color: #2AD9EF;
}
.TagClassName
{
border-color: #2AD9EF;
}
</style>