Shades of Turquoise #2ADCBF
Tints of Turquoise #2ADCBF
RGB
CMYK
RGB Variations
Color information
#2ADCBF (or 0x2ADCBF) is known color: Turquoise. HEX triplet: 2A, DC and BF. RGB value is (42,220,191). Sum of RGB (Red+Green+Blue) = 42+220+191=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCBF is #D52340. Grayscale: #A3A3A3. Windows color (decimal): -13968193 or 12573738. OLE color: 12573738.
HSL color Cylindrical-coordinate representation of color #2ADCBF: hue angle of 170.22º 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 #2ADCBF is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 191 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.14 |
| HSL | 170.22º | 0.72% | 0.51% | - |
| HSV(B) | 170.22º | 0.81% | 0.86% | - |
| XYZ | 35.95 | 55.44 | 58.1 | - |
| YUV | 163.47 | 143.53 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 191 | 0.81 | 0 | 0.13 | 0.14 | 170.22 | 0.72 | 0.51 |
| Hex | 2A | DC | BF | 51 | 0 | D | E | AA | 48 | 33 |
| Octal | 52 | 334 | 277 | 121 | 0 | 15 | 16 | 252 | 110 | 63 |
| Binary | 101010 | 11011100 | 10111111 | 1010001 | 0 | 1101 | 1110 | 10101010 | 1001000 | 110011 |
Color Harmonies of #2ADCBF
Complementary color
Monochromatic Colors of #2ADCBF
Black with #2ADCBF
Text Example
Text Example
White with #2ADCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCBF; }
p { color: rgb(42,220,191); }
H1.HeaderClassName
{
color: #2ADCBF;
}
.AnyTagClassName
{
color: #2ADCBF;
}
</style>
background-color css
<style>
a { background-color: #2ADCBF; }
a { background-color: rgb(42,220,191); }
div.DivClassName
{
background-color: #2ADCBF;
}
.BgClassName
{
background-color: #2ADCBF;
}
</style>
border-color css
<style>
span { border-color: #2ADCBF; }
span { border-color: rgb(42,220,191); }
td.TdClassName
{
border-color: #2ADCBF;
}
.TagClassName
{
border-color: #2ADCBF;
}
</style>