Shades of Turquoise #2ADDE3
Tints of Turquoise #2ADDE3
RGB
CMYK
RGB Variations
Color information
#2ADDE3 (or 0x2ADDE3) is known color: Turquoise. HEX triplet: 2A, DD and E3. RGB value is (42,221,227). Sum of RGB (Red+Green+Blue) = 42+221+227=490 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.57% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #2ADDE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDE3 is #D5221C. Grayscale: #A7A7A7. Windows color (decimal): -13967901 or 14933290. OLE color: 14933290.
HSL color Cylindrical-coordinate representation of color #2ADDE3: hue angle of 181.95º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADDE3 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 221 | 227 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.11 |
| HSL | 181.95º | 0.77% | 0.53% | - |
| HSV(B) | 181.95º | 0.81% | 0.89% | - |
| XYZ | 40.68 | 57.75 | 81.68 | - |
| YUV | 168.16 | 161.2 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 227 | 0.81 | 0.03 | 0 | 0.11 | 181.95 | 0.77 | 0.53 |
| Hex | 2A | DD | E3 | 51 | 3 | 0 | B | B6 | 4D | 35 |
| Octal | 52 | 335 | 343 | 121 | 3 | 0 | 13 | 266 | 115 | 65 |
| Binary | 101010 | 11011101 | 11100011 | 1010001 | 11 | 0 | 1011 | 10110110 | 1001101 | 110101 |
Color Harmonies of #2ADDE3
Complementary color
Monochromatic Colors of #2ADDE3
Black with #2ADDE3
Text Example
Text Example
White with #2ADDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDE3; }
p { color: rgb(42,221,227); }
H1.HeaderClassName
{
color: #2ADDE3;
}
.AnyTagClassName
{
color: #2ADDE3;
}
</style>
background-color css
<style>
a { background-color: #2ADDE3; }
a { background-color: rgb(42,221,227); }
div.DivClassName
{
background-color: #2ADDE3;
}
.BgClassName
{
background-color: #2ADDE3;
}
</style>
border-color css
<style>
span { border-color: #2ADDE3; }
span { border-color: rgb(42,221,227); }
td.TdClassName
{
border-color: #2ADDE3;
}
.TagClassName
{
border-color: #2ADDE3;
}
</style>