Shades of Turquoise #2ADCDA
Tints of Turquoise #2ADCDA
RGB
CMYK
RGB Variations
Color information
#2ADCDA (or 0x2ADCDA) is known color: Turquoise. HEX triplet: 2A, DC and DA. RGB value is (42,220,218). Sum of RGB (Red+Green+Blue) = 42+220+218=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCDA is #D52325. Grayscale: #A6A6A6. Windows color (decimal): -13968166 or 14343210. OLE color: 14343210.
HSL color Cylindrical-coordinate representation of color #2ADCDA: hue angle of 179.33º 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 #2ADCDA is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 218 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.14 |
| HSL | 179.33º | 0.72% | 0.51% | - |
| HSV(B) | 179.33º | 0.81% | 0.86% | - |
| XYZ | 39.2 | 56.74 | 75.22 | - |
| YUV | 166.55 | 157.03 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 218 | 0.81 | 0 | 0.01 | 0.14 | 179.33 | 0.72 | 0.51 |
| Hex | 2A | DC | DA | 51 | 0 | 1 | E | B3 | 48 | 33 |
| Octal | 52 | 334 | 332 | 121 | 0 | 1 | 16 | 263 | 110 | 63 |
| Binary | 101010 | 11011100 | 11011010 | 1010001 | 0 | 1 | 1110 | 10110011 | 1001000 | 110011 |
Color Harmonies of #2ADCDA
Complementary color
Monochromatic Colors of #2ADCDA
Black with #2ADCDA
Text Example
Text Example
White with #2ADCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCDA; }
p { color: rgb(42,220,218); }
H1.HeaderClassName
{
color: #2ADCDA;
}
.AnyTagClassName
{
color: #2ADCDA;
}
</style>
background-color css
<style>
a { background-color: #2ADCDA; }
a { background-color: rgb(42,220,218); }
div.DivClassName
{
background-color: #2ADCDA;
}
.BgClassName
{
background-color: #2ADCDA;
}
</style>
border-color css
<style>
span { border-color: #2ADCDA; }
span { border-color: rgb(42,220,218); }
td.TdClassName
{
border-color: #2ADCDA;
}
.TagClassName
{
border-color: #2ADCDA;
}
</style>