Shades of Turquoise #2ADCBC
Tints of Turquoise #2ADCBC
RGB
CMYK
RGB Variations
Color information
#2ADCBC (or 0x2ADCBC) is known color: Turquoise. HEX triplet: 2A, DC and BC. RGB value is (42,220,188). Sum of RGB (Red+Green+Blue) = 42+220+188=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCBC is #D52343. Grayscale: #A3A3A3. Windows color (decimal): -13968196 or 12377130. OLE color: 12377130.
HSL color Cylindrical-coordinate representation of color #2ADCBC: hue angle of 169.21º 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 #2ADCBC is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 188 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.14 |
| HSL | 169.21º | 0.72% | 0.51% | - |
| HSV(B) | 169.21º | 0.81% | 0.86% | - |
| XYZ | 35.63 | 55.31 | 56.38 | - |
| YUV | 163.13 | 142.03 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 188 | 0.81 | 0 | 0.15 | 0.14 | 169.21 | 0.72 | 0.51 |
| Hex | 2A | DC | BC | 51 | 0 | F | E | A9 | 48 | 33 |
| Octal | 52 | 334 | 274 | 121 | 0 | 17 | 16 | 251 | 110 | 63 |
| Binary | 101010 | 11011100 | 10111100 | 1010001 | 0 | 1111 | 1110 | 10101001 | 1001000 | 110011 |
Color Harmonies of #2ADCBC
Complementary color
Monochromatic Colors of #2ADCBC
Black with #2ADCBC
Text Example
Text Example
White with #2ADCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCBC; }
p { color: rgb(42,220,188); }
H1.HeaderClassName
{
color: #2ADCBC;
}
.AnyTagClassName
{
color: #2ADCBC;
}
</style>
background-color css
<style>
a { background-color: #2ADCBC; }
a { background-color: rgb(42,220,188); }
div.DivClassName
{
background-color: #2ADCBC;
}
.BgClassName
{
background-color: #2ADCBC;
}
</style>
border-color css
<style>
span { border-color: #2ADCBC; }
span { border-color: rgb(42,220,188); }
td.TdClassName
{
border-color: #2ADCBC;
}
.TagClassName
{
border-color: #2ADCBC;
}
</style>