Shades of Turquoise #2ADBC8
Tints of Turquoise #2ADBC8
RGB
CMYK
RGB Variations
Color information
#2ADBC8 (or 0x2ADBC8) is known color: Turquoise. HEX triplet: 2A, DB and C8. RGB value is (42,219,200). Sum of RGB (Red+Green+Blue) = 42+219+200=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBC8 is #D52437. Grayscale: #A3A3A3. Windows color (decimal): -13968440 or 13163306. OLE color: 13163306.
HSL color Cylindrical-coordinate representation of color #2ADBC8: hue angle of 173.56º 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 #2ADBC8 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 200 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.14 |
| HSL | 173.56º | 0.71% | 0.51% | - |
| HSV(B) | 173.56º | 0.81% | 0.86% | - |
| XYZ | 36.71 | 55.33 | 63.39 | - |
| YUV | 163.91 | 148.36 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 200 | 0.81 | 0 | 0.09 | 0.14 | 173.56 | 0.71 | 0.51 |
| Hex | 2A | DB | C8 | 51 | 0 | 9 | E | AE | 47 | 33 |
| Octal | 52 | 333 | 310 | 121 | 0 | 11 | 16 | 256 | 107 | 63 |
| Binary | 101010 | 11011011 | 11001000 | 1010001 | 0 | 1001 | 1110 | 10101110 | 1000111 | 110011 |
Color Harmonies of #2ADBC8
Complementary color
Monochromatic Colors of #2ADBC8
Black with #2ADBC8
Text Example
Text Example
White with #2ADBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBC8; }
p { color: rgb(42,219,200); }
H1.HeaderClassName
{
color: #2ADBC8;
}
.AnyTagClassName
{
color: #2ADBC8;
}
</style>
background-color css
<style>
a { background-color: #2ADBC8; }
a { background-color: rgb(42,219,200); }
div.DivClassName
{
background-color: #2ADBC8;
}
.BgClassName
{
background-color: #2ADBC8;
}
</style>
border-color css
<style>
span { border-color: #2ADBC8; }
span { border-color: rgb(42,219,200); }
td.TdClassName
{
border-color: #2ADBC8;
}
.TagClassName
{
border-color: #2ADBC8;
}
</style>