Shades of Turquoise #2ADBCD
Tints of Turquoise #2ADBCD
RGB
CMYK
RGB Variations
Color information
#2ADBCD (or 0x2ADBCD) is known color: Turquoise. HEX triplet: 2A, DB and CD. RGB value is (42,219,205). Sum of RGB (Red+Green+Blue) = 42+219+205=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBCD is #D52432. Grayscale: #A4A4A4. Windows color (decimal): -13968435 or 13490986. OLE color: 13490986.
HSL color Cylindrical-coordinate representation of color #2ADBCD: hue angle of 175.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADBCD is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 205 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.14 |
| HSL | 175.25º | 0.71% | 0.51% | - |
| HSV(B) | 175.25º | 0.81% | 0.86% | - |
| XYZ | 37.31 | 55.56 | 66.52 | - |
| YUV | 164.48 | 150.86 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 205 | 0.81 | 0 | 0.06 | 0.14 | 175.25 | 0.71 | 0.51 |
| Hex | 2A | DB | CD | 51 | 0 | 6 | E | AF | 47 | 33 |
| Octal | 52 | 333 | 315 | 121 | 0 | 6 | 16 | 257 | 107 | 63 |
| Binary | 101010 | 11011011 | 11001101 | 1010001 | 0 | 110 | 1110 | 10101111 | 1000111 | 110011 |
Color Harmonies of #2ADBCD
Complementary color
Monochromatic Colors of #2ADBCD
Black with #2ADBCD
Text Example
Text Example
White with #2ADBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBCD; }
p { color: rgb(42,219,205); }
H1.HeaderClassName
{
color: #2ADBCD;
}
.AnyTagClassName
{
color: #2ADBCD;
}
</style>
background-color css
<style>
a { background-color: #2ADBCD; }
a { background-color: rgb(42,219,205); }
div.DivClassName
{
background-color: #2ADBCD;
}
.BgClassName
{
background-color: #2ADBCD;
}
</style>
border-color css
<style>
span { border-color: #2ADBCD; }
span { border-color: rgb(42,219,205); }
td.TdClassName
{
border-color: #2ADBCD;
}
.TagClassName
{
border-color: #2ADBCD;
}
</style>