Shades of Turquoise #2AD2BF
Tints of Turquoise #2AD2BF
RGB
CMYK
RGB Variations
Color information
#2AD2BF (or 0x2AD2BF) is known color: Turquoise. HEX triplet: 2A, D2 and BF. RGB value is (42,210,191). Sum of RGB (Red+Green+Blue) = 42+210+191=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD2BF is #D52D40. Grayscale: #9D9D9D. Windows color (decimal): -13970753 or 12571178. OLE color: 12571178.
HSL color Cylindrical-coordinate representation of color #2AD2BF: hue angle of 173.21º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD2BF is Cyan = 0.8, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 191 | - |
| CMYK | 0.8 | 0 | 0.09 | 0.18 |
| HSL | 173.21º | 0.67% | 0.49% | - |
| HSV(B) | 173.21º | 0.8% | 0.82% | - |
| XYZ | 33.41 | 50.35 | 57.25 | - |
| YUV | 157.6 | 146.84 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 191 | 0.8 | 0 | 0.09 | 0.18 | 173.21 | 0.67 | 0.49 |
| Hex | 2A | D2 | BF | 50 | 0 | 9 | 12 | AD | 43 | 31 |
| Octal | 52 | 322 | 277 | 120 | 0 | 11 | 22 | 255 | 103 | 61 |
| Binary | 101010 | 11010010 | 10111111 | 1010000 | 0 | 1001 | 10010 | 10101101 | 1000011 | 110001 |
Color Harmonies of #2AD2BF
Complementary color
Monochromatic Colors of #2AD2BF
Black with #2AD2BF
Text Example
Text Example
White with #2AD2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2BF; }
p { color: rgb(42,210,191); }
H1.HeaderClassName
{
color: #2AD2BF;
}
.AnyTagClassName
{
color: #2AD2BF;
}
</style>
background-color css
<style>
a { background-color: #2AD2BF; }
a { background-color: rgb(42,210,191); }
div.DivClassName
{
background-color: #2AD2BF;
}
.BgClassName
{
background-color: #2AD2BF;
}
</style>
border-color css
<style>
span { border-color: #2AD2BF; }
span { border-color: rgb(42,210,191); }
td.TdClassName
{
border-color: #2AD2BF;
}
.TagClassName
{
border-color: #2AD2BF;
}
</style>