Shades of Turquoise #2ADDE4
Tints of Turquoise #2ADDE4
RGB
CMYK
RGB Variations
Color information
#2ADDE4 (or 0x2ADDE4) is known color: Turquoise. HEX triplet: 2A, DD and E4. RGB value is (42,221,228). Sum of RGB (Red+Green+Blue) = 42+221+228=491 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.55% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 228 - color contains mainly: blue. Hex color #2ADDE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDE4 is #D5221B. Grayscale: #A8A8A8. Windows color (decimal): -13967900 or 14998826. OLE color: 14998826.
HSL color Cylindrical-coordinate representation of color #2ADDE4: hue angle of 182.26º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADDE4 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 221 | 228 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.11 |
| HSL | 182.26º | 0.78% | 0.53% | - |
| HSV(B) | 182.26º | 0.82% | 0.89% | - |
| XYZ | 40.81 | 57.81 | 82.41 | - |
| YUV | 168.28 | 161.7 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 228 | 0.82 | 0.03 | 0 | 0.11 | 182.26 | 0.78 | 0.53 |
| Hex | 2A | DD | E4 | 52 | 3 | 0 | B | B6 | 4E | 35 |
| Octal | 52 | 335 | 344 | 122 | 3 | 0 | 13 | 266 | 116 | 65 |
| Binary | 101010 | 11011101 | 11100100 | 1010010 | 11 | 0 | 1011 | 10110110 | 1001110 | 110101 |
Color Harmonies of #2ADDE4
Complementary color
Monochromatic Colors of #2ADDE4
Black with #2ADDE4
Text Example
Text Example
White with #2ADDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDE4; }
p { color: rgb(42,221,228); }
H1.HeaderClassName
{
color: #2ADDE4;
}
.AnyTagClassName
{
color: #2ADDE4;
}
</style>
background-color css
<style>
a { background-color: #2ADDE4; }
a { background-color: rgb(42,221,228); }
div.DivClassName
{
background-color: #2ADDE4;
}
.BgClassName
{
background-color: #2ADDE4;
}
</style>
border-color css
<style>
span { border-color: #2ADDE4; }
span { border-color: rgb(42,221,228); }
td.TdClassName
{
border-color: #2ADDE4;
}
.TagClassName
{
border-color: #2ADDE4;
}
</style>