Shades of Turquoise #2ADBCC
Tints of Turquoise #2ADBCC
RGB
CMYK
RGB Variations
Color information
#2ADBCC (or 0x2ADBCC) is known color: Turquoise. HEX triplet: 2A, DB and CC. RGB value is (42,219,204). Sum of RGB (Red+Green+Blue) = 42+219+204=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBCC is #D52433. Grayscale: #A4A4A4. Windows color (decimal): -13968436 or 13425450. OLE color: 13425450.
HSL color Cylindrical-coordinate representation of color #2ADBCC: hue angle of 174.92º 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 #2ADBCC is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 204 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.14 |
| HSL | 174.92º | 0.71% | 0.51% | - |
| HSV(B) | 174.92º | 0.81% | 0.86% | - |
| XYZ | 37.19 | 55.51 | 65.88 | - |
| YUV | 164.37 | 150.36 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 204 | 0.81 | 0 | 0.07 | 0.14 | 174.92 | 0.71 | 0.51 |
| Hex | 2A | DB | CC | 51 | 0 | 7 | E | AF | 47 | 33 |
| Octal | 52 | 333 | 314 | 121 | 0 | 7 | 16 | 257 | 107 | 63 |
| Binary | 101010 | 11011011 | 11001100 | 1010001 | 0 | 111 | 1110 | 10101111 | 1000111 | 110011 |
Color Harmonies of #2ADBCC
Complementary color
Monochromatic Colors of #2ADBCC
Black with #2ADBCC
Text Example
Text Example
White with #2ADBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBCC; }
p { color: rgb(42,219,204); }
H1.HeaderClassName
{
color: #2ADBCC;
}
.AnyTagClassName
{
color: #2ADBCC;
}
</style>
background-color css
<style>
a { background-color: #2ADBCC; }
a { background-color: rgb(42,219,204); }
div.DivClassName
{
background-color: #2ADBCC;
}
.BgClassName
{
background-color: #2ADBCC;
}
</style>
border-color css
<style>
span { border-color: #2ADBCC; }
span { border-color: rgb(42,219,204); }
td.TdClassName
{
border-color: #2ADBCC;
}
.TagClassName
{
border-color: #2ADBCC;
}
</style>