Shades of Turquoise #2ADBEC
Tints of Turquoise #2ADBEC
RGB
CMYK
RGB Variations
Color information
#2ADBEC (or 0x2ADBEC) is known color: Turquoise. HEX triplet: 2A, DB and EC. RGB value is (42,219,236). Sum of RGB (Red+Green+Blue) = 42+219+236=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ADBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBEC is #D52413. Grayscale: #A7A7A7. Windows color (decimal): -13968404 or 15522602. OLE color: 15522602.
HSL color Cylindrical-coordinate representation of color #2ADBEC: hue angle of 185.26º 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 #2ADBEC is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 219 | 236 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.07 |
| HSL | 185.26º | 0.84% | 0.55% | - |
| HSV(B) | 185.26º | 0.82% | 0.93% | - |
| XYZ | 41.43 | 57.21 | 88.22 | - |
| YUV | 168.02 | 166.36 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 236 | 0.82 | 0.07 | 0 | 0.07 | 185.26 | 0.84 | 0.55 |
| Hex | 2A | DB | EC | 52 | 7 | 0 | 7 | B9 | 54 | 37 |
| Octal | 52 | 333 | 354 | 122 | 7 | 0 | 7 | 271 | 124 | 67 |
| Binary | 101010 | 11011011 | 11101100 | 1010010 | 111 | 0 | 111 | 10111001 | 1010100 | 110111 |
Color Harmonies of #2ADBEC
Complementary color
Monochromatic Colors of #2ADBEC
Black with #2ADBEC
Text Example
Text Example
White with #2ADBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBEC; }
p { color: rgb(42,219,236); }
H1.HeaderClassName
{
color: #2ADBEC;
}
.AnyTagClassName
{
color: #2ADBEC;
}
</style>
background-color css
<style>
a { background-color: #2ADBEC; }
a { background-color: rgb(42,219,236); }
div.DivClassName
{
background-color: #2ADBEC;
}
.BgClassName
{
background-color: #2ADBEC;
}
</style>
border-color css
<style>
span { border-color: #2ADBEC; }
span { border-color: rgb(42,219,236); }
td.TdClassName
{
border-color: #2ADBEC;
}
.TagClassName
{
border-color: #2ADBEC;
}
</style>