Shades of Turquoise #2ADAE0
Tints of Turquoise #2ADAE0
RGB
CMYK
RGB Variations
Color information
#2ADAE0 (or 0x2ADAE0) is known color: Turquoise. HEX triplet: 2A, DA and E0. RGB value is (42,218,224). Sum of RGB (Red+Green+Blue) = 42+218+224=484 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.68% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #2ADAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADAE0 is #D5251F. Grayscale: #A5A5A5. Windows color (decimal): -13968672 or 14735914. OLE color: 14735914.
HSL color Cylindrical-coordinate representation of color #2ADAE0: hue angle of 181.98º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADAE0 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 218 | 224 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.12 |
| HSL | 181.98º | 0.75% | 0.52% | - |
| HSV(B) | 181.98º | 0.81% | 0.88% | - |
| XYZ | 39.48 | 56.02 | 79.25 | - |
| YUV | 166.06 | 160.69 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 224 | 0.81 | 0.03 | 0 | 0.12 | 181.98 | 0.75 | 0.52 |
| Hex | 2A | DA | E0 | 51 | 3 | 0 | C | B6 | 4B | 34 |
| Octal | 52 | 332 | 340 | 121 | 3 | 0 | 14 | 266 | 113 | 64 |
| Binary | 101010 | 11011010 | 11100000 | 1010001 | 11 | 0 | 1100 | 10110110 | 1001011 | 110100 |
Color Harmonies of #2ADAE0
Complementary color
Monochromatic Colors of #2ADAE0
Black with #2ADAE0
Text Example
Text Example
White with #2ADAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAE0; }
p { color: rgb(42,218,224); }
H1.HeaderClassName
{
color: #2ADAE0;
}
.AnyTagClassName
{
color: #2ADAE0;
}
</style>
background-color css
<style>
a { background-color: #2ADAE0; }
a { background-color: rgb(42,218,224); }
div.DivClassName
{
background-color: #2ADAE0;
}
.BgClassName
{
background-color: #2ADAE0;
}
</style>
border-color css
<style>
span { border-color: #2ADAE0; }
span { border-color: rgb(42,218,224); }
td.TdClassName
{
border-color: #2ADAE0;
}
.TagClassName
{
border-color: #2ADAE0;
}
</style>