Shades of Turquoise #2ADAE5
Tints of Turquoise #2ADAE5
RGB
CMYK
RGB Variations
Color information
#2ADAE5 (or 0x2ADAE5) is known color: Turquoise. HEX triplet: 2A, DA and E5. RGB value is (42,218,229). Sum of RGB (Red+Green+Blue) = 42+218+229=489 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.59% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #2ADAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADAE5 is #D5251A. Grayscale: #A6A6A6. Windows color (decimal): -13968667 or 15063594. OLE color: 15063594.
HSL color Cylindrical-coordinate representation of color #2ADAE5: hue angle of 183.53º 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 #2ADAE5 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 218 | 229 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.10 |
| HSL | 183.53º | 0.78% | 0.53% | - |
| HSV(B) | 183.53º | 0.82% | 0.9% | - |
| XYZ | 40.17 | 56.29 | 82.88 | - |
| YUV | 166.63 | 163.19 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 229 | 0.82 | 0.05 | 0 | 0.10 | 183.53 | 0.78 | 0.53 |
| Hex | 2A | DA | E5 | 52 | 5 | 0 | A | B8 | 4E | 35 |
| Octal | 52 | 332 | 345 | 122 | 5 | 0 | 12 | 270 | 116 | 65 |
| Binary | 101010 | 11011010 | 11100101 | 1010010 | 101 | 0 | 1010 | 10111000 | 1001110 | 110101 |
Color Harmonies of #2ADAE5
Complementary color
Monochromatic Colors of #2ADAE5
Black with #2ADAE5
Text Example
Text Example
White with #2ADAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAE5; }
p { color: rgb(42,218,229); }
H1.HeaderClassName
{
color: #2ADAE5;
}
.AnyTagClassName
{
color: #2ADAE5;
}
</style>
background-color css
<style>
a { background-color: #2ADAE5; }
a { background-color: rgb(42,218,229); }
div.DivClassName
{
background-color: #2ADAE5;
}
.BgClassName
{
background-color: #2ADAE5;
}
</style>
border-color css
<style>
span { border-color: #2ADAE5; }
span { border-color: rgb(42,218,229); }
td.TdClassName
{
border-color: #2ADAE5;
}
.TagClassName
{
border-color: #2ADAE5;
}
</style>