Shades of Turquoise #2ADEE0
Tints of Turquoise #2ADEE0
RGB
CMYK
RGB Variations
Color information
#2ADEE0 (or 0x2ADEE0) is known color: Turquoise. HEX triplet: 2A, DE and E0. RGB value is (42,222,224). Sum of RGB (Red+Green+Blue) = 42+222+224=488 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.61% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #2ADEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEE0 is #D5211F. Grayscale: #A8A8A8. Windows color (decimal): -13967648 or 14736938. OLE color: 14736938.
HSL color Cylindrical-coordinate representation of color #2ADEE0: hue angle of 180.66º 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 #2ADEE0 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 222 | 224 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.12 |
| HSL | 180.66º | 0.75% | 0.52% | - |
| HSV(B) | 180.66º | 0.81% | 0.88% | - |
| XYZ | 40.53 | 58.12 | 79.6 | - |
| YUV | 168.41 | 159.37 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 224 | 0.81 | 0.01 | 0 | 0.12 | 180.66 | 0.75 | 0.52 |
| Hex | 2A | DE | E0 | 51 | 1 | 0 | C | B5 | 4B | 34 |
| Octal | 52 | 336 | 340 | 121 | 1 | 0 | 14 | 265 | 113 | 64 |
| Binary | 101010 | 11011110 | 11100000 | 1010001 | 1 | 0 | 1100 | 10110101 | 1001011 | 110100 |
Color Harmonies of #2ADEE0
Complementary color
Monochromatic Colors of #2ADEE0
Black with #2ADEE0
Text Example
Text Example
White with #2ADEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEE0; }
p { color: rgb(42,222,224); }
H1.HeaderClassName
{
color: #2ADEE0;
}
.AnyTagClassName
{
color: #2ADEE0;
}
</style>
background-color css
<style>
a { background-color: #2ADEE0; }
a { background-color: rgb(42,222,224); }
div.DivClassName
{
background-color: #2ADEE0;
}
.BgClassName
{
background-color: #2ADEE0;
}
</style>
border-color css
<style>
span { border-color: #2ADEE0; }
span { border-color: rgb(42,222,224); }
td.TdClassName
{
border-color: #2ADEE0;
}
.TagClassName
{
border-color: #2ADEE0;
}
</style>