Shades of Turquoise #2ADBCB
Tints of Turquoise #2ADBCB
RGB
CMYK
RGB Variations
Color information
#2ADBCB (or 0x2ADBCB) is known color: Turquoise. HEX triplet: 2A, DB and CB. RGB value is (42,219,203). Sum of RGB (Red+Green+Blue) = 42+219+203=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBCB is #D52434. Grayscale: #A4A4A4. Windows color (decimal): -13968437 or 13359914. OLE color: 13359914.
HSL color Cylindrical-coordinate representation of color #2ADBCB: hue angle of 174.58º 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 #2ADBCB is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 203 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.14 |
| HSL | 174.58º | 0.71% | 0.51% | - |
| HSV(B) | 174.58º | 0.81% | 0.86% | - |
| XYZ | 37.07 | 55.47 | 65.25 | - |
| YUV | 164.25 | 149.86 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 203 | 0.81 | 0 | 0.07 | 0.14 | 174.58 | 0.71 | 0.51 |
| Hex | 2A | DB | CB | 51 | 0 | 7 | E | AF | 47 | 33 |
| Octal | 52 | 333 | 313 | 121 | 0 | 7 | 16 | 257 | 107 | 63 |
| Binary | 101010 | 11011011 | 11001011 | 1010001 | 0 | 111 | 1110 | 10101111 | 1000111 | 110011 |
Color Harmonies of #2ADBCB
Complementary color
Monochromatic Colors of #2ADBCB
Black with #2ADBCB
Text Example
Text Example
White with #2ADBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBCB; }
p { color: rgb(42,219,203); }
H1.HeaderClassName
{
color: #2ADBCB;
}
.AnyTagClassName
{
color: #2ADBCB;
}
</style>
background-color css
<style>
a { background-color: #2ADBCB; }
a { background-color: rgb(42,219,203); }
div.DivClassName
{
background-color: #2ADBCB;
}
.BgClassName
{
background-color: #2ADBCB;
}
</style>
border-color css
<style>
span { border-color: #2ADBCB; }
span { border-color: rgb(42,219,203); }
td.TdClassName
{
border-color: #2ADBCB;
}
.TagClassName
{
border-color: #2ADBCB;
}
</style>