Shades of Turquoise #2ADBDD
Tints of Turquoise #2ADBDD
RGB
CMYK
RGB Variations
Color information
#2ADBDD (or 0x2ADBDD) is known color: Turquoise. HEX triplet: 2A, DB and DD. RGB value is (42,219,221). Sum of RGB (Red+Green+Blue) = 42+219+221=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ADBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBDD is #D52422. Grayscale: #A6A6A6. Windows color (decimal): -13968419 or 14539562. OLE color: 14539562.
HSL color Cylindrical-coordinate representation of color #2ADBDD: hue angle of 180.67º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADBDD is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 219 | 221 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.13 |
| HSL | 180.67º | 0.72% | 0.52% | - |
| HSV(B) | 180.67º | 0.81% | 0.87% | - |
| XYZ | 39.34 | 56.38 | 77.21 | - |
| YUV | 166.31 | 158.86 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 221 | 0.81 | 0.01 | 0 | 0.13 | 180.67 | 0.72 | 0.52 |
| Hex | 2A | DB | DD | 51 | 1 | 0 | D | B5 | 48 | 34 |
| Octal | 52 | 333 | 335 | 121 | 1 | 0 | 15 | 265 | 110 | 64 |
| Binary | 101010 | 11011011 | 11011101 | 1010001 | 1 | 0 | 1101 | 10110101 | 1001000 | 110100 |
Color Harmonies of #2ADBDD
Complementary color
Monochromatic Colors of #2ADBDD
Black with #2ADBDD
Text Example
Text Example
White with #2ADBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBDD; }
p { color: rgb(42,219,221); }
H1.HeaderClassName
{
color: #2ADBDD;
}
.AnyTagClassName
{
color: #2ADBDD;
}
</style>
background-color css
<style>
a { background-color: #2ADBDD; }
a { background-color: rgb(42,219,221); }
div.DivClassName
{
background-color: #2ADBDD;
}
.BgClassName
{
background-color: #2ADBDD;
}
</style>
border-color css
<style>
span { border-color: #2ADBDD; }
span { border-color: rgb(42,219,221); }
td.TdClassName
{
border-color: #2ADBDD;
}
.TagClassName
{
border-color: #2ADBDD;
}
</style>