Shades of Turquoise #2ADBDC
Tints of Turquoise #2ADBDC
RGB
CMYK
RGB Variations
Color information
#2ADBDC (or 0x2ADBDC) is known color: Turquoise. HEX triplet: 2A, DB and DC. RGB value is (42,219,220). Sum of RGB (Red+Green+Blue) = 42+219+220=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ADBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBDC is #D52423. Grayscale: #A6A6A6. Windows color (decimal): -13968420 or 14474026. OLE color: 14474026.
HSL color Cylindrical-coordinate representation of color #2ADBDC: hue angle of 180.34º degrees, saturation: 0.72, 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 #2ADBDC is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 220 | - |
| CMYK | 0.81 | 0.00 | 0 | 0.14 |
| HSL | 180.34º | 0.72% | 0.51% | - |
| HSV(B) | 180.34º | 0.81% | 0.86% | - |
| XYZ | 39.2 | 56.32 | 76.52 | - |
| YUV | 166.19 | 158.36 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 220 | 0.81 | 0.00 | 0 | 0.14 | 180.34 | 0.72 | 0.51 |
| Hex | 2A | DB | DC | 51 | 0 | 0 | E | B4 | 48 | 33 |
| Octal | 52 | 333 | 334 | 121 | 0 | 0 | 16 | 264 | 110 | 63 |
| Binary | 101010 | 11011011 | 11011100 | 1010001 | 0 | 0 | 1110 | 10110100 | 1001000 | 110011 |
Color Harmonies of #2ADBDC
Complementary color
Monochromatic Colors of #2ADBDC
Black with #2ADBDC
Text Example
Text Example
White with #2ADBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBDC; }
p { color: rgb(42,219,220); }
H1.HeaderClassName
{
color: #2ADBDC;
}
.AnyTagClassName
{
color: #2ADBDC;
}
</style>
background-color css
<style>
a { background-color: #2ADBDC; }
a { background-color: rgb(42,219,220); }
div.DivClassName
{
background-color: #2ADBDC;
}
.BgClassName
{
background-color: #2ADBDC;
}
</style>
border-color css
<style>
span { border-color: #2ADBDC; }
span { border-color: rgb(42,219,220); }
td.TdClassName
{
border-color: #2ADBDC;
}
.TagClassName
{
border-color: #2ADBDC;
}
</style>