Shades of Turquoise #2ADDEC
Tints of Turquoise #2ADDEC
RGB
CMYK
RGB Variations
Color information
#2ADDEC (or 0x2ADDEC) is known color: Turquoise. HEX triplet: 2A, DD and EC. RGB value is (42,221,236). Sum of RGB (Red+Green+Blue) = 42+221+236=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ADDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDEC is #D52213. Grayscale: #A8A8A8. Windows color (decimal): -13967892 or 15523114. OLE color: 15523114.
HSL color Cylindrical-coordinate representation of color #2ADDEC: hue angle of 184.64º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADDEC is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 221 | 236 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.07 |
| HSL | 184.64º | 0.84% | 0.55% | - |
| HSV(B) | 184.64º | 0.82% | 0.93% | - |
| XYZ | 41.95 | 58.26 | 88.39 | - |
| YUV | 169.19 | 165.7 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 236 | 0.82 | 0.06 | 0 | 0.07 | 184.64 | 0.84 | 0.55 |
| Hex | 2A | DD | EC | 52 | 6 | 0 | 7 | B9 | 54 | 37 |
| Octal | 52 | 335 | 354 | 122 | 6 | 0 | 7 | 271 | 124 | 67 |
| Binary | 101010 | 11011101 | 11101100 | 1010010 | 110 | 0 | 111 | 10111001 | 1010100 | 110111 |
Color Harmonies of #2ADDEC
Complementary color
Monochromatic Colors of #2ADDEC
Black with #2ADDEC
Text Example
Text Example
White with #2ADDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDEC; }
p { color: rgb(42,221,236); }
H1.HeaderClassName
{
color: #2ADDEC;
}
.AnyTagClassName
{
color: #2ADDEC;
}
</style>
background-color css
<style>
a { background-color: #2ADDEC; }
a { background-color: rgb(42,221,236); }
div.DivClassName
{
background-color: #2ADDEC;
}
.BgClassName
{
background-color: #2ADDEC;
}
</style>
border-color css
<style>
span { border-color: #2ADDEC; }
span { border-color: rgb(42,221,236); }
td.TdClassName
{
border-color: #2ADDEC;
}
.TagClassName
{
border-color: #2ADDEC;
}
</style>