Shades of Turquoise #2ADDEA
Tints of Turquoise #2ADDEA
RGB
CMYK
RGB Variations
Color information
#2ADDEA (or 0x2ADDEA) is known color: Turquoise. HEX triplet: 2A, DD and EA. RGB value is (42,221,234). Sum of RGB (Red+Green+Blue) = 42+221+234=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ADDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDEA is #D52215. Grayscale: #A8A8A8. Windows color (decimal): -13967894 or 15392042. OLE color: 15392042.
HSL color Cylindrical-coordinate representation of color #2ADDEA: hue angle of 184.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADDEA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 221 | 234 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.08 |
| HSL | 184.06º | 0.82% | 0.54% | - |
| HSV(B) | 184.06º | 0.82% | 0.92% | - |
| XYZ | 41.66 | 58.15 | 86.87 | - |
| YUV | 168.96 | 164.7 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 234 | 0.82 | 0.06 | 0 | 0.08 | 184.06 | 0.82 | 0.54 |
| Hex | 2A | DD | EA | 52 | 6 | 0 | 8 | B8 | 52 | 36 |
| Octal | 52 | 335 | 352 | 122 | 6 | 0 | 10 | 270 | 122 | 66 |
| Binary | 101010 | 11011101 | 11101010 | 1010010 | 110 | 0 | 1000 | 10111000 | 1010010 | 110110 |
Color Harmonies of #2ADDEA
Complementary color
Monochromatic Colors of #2ADDEA
Black with #2ADDEA
Text Example
Text Example
White with #2ADDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDEA; }
p { color: rgb(42,221,234); }
H1.HeaderClassName
{
color: #2ADDEA;
}
.AnyTagClassName
{
color: #2ADDEA;
}
</style>
background-color css
<style>
a { background-color: #2ADDEA; }
a { background-color: rgb(42,221,234); }
div.DivClassName
{
background-color: #2ADDEA;
}
.BgClassName
{
background-color: #2ADDEA;
}
</style>
border-color css
<style>
span { border-color: #2ADDEA; }
span { border-color: rgb(42,221,234); }
td.TdClassName
{
border-color: #2ADDEA;
}
.TagClassName
{
border-color: #2ADDEA;
}
</style>