Shades of Turquoise #2AD9CB
Tints of Turquoise #2AD9CB
RGB
CMYK
RGB Variations
Color information
#2AD9CB (or 0x2AD9CB) is known color: Turquoise. HEX triplet: 2A, D9 and CB. RGB value is (42,217,203). Sum of RGB (Red+Green+Blue) = 42+217+203=462 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.09% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD9CB is #D52634. Grayscale: #A2A2A2. Windows color (decimal): -13968949 or 13359402. OLE color: 13359402.
HSL color Cylindrical-coordinate representation of color #2AD9CB: hue angle of 175.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD9CB is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 203 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.15 |
| HSL | 175.2º | 0.7% | 0.51% | - |
| HSV(B) | 175.2º | 0.81% | 0.85% | - |
| XYZ | 36.55 | 54.43 | 65.08 | - |
| YUV | 163.08 | 150.52 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 203 | 0.81 | 0 | 0.06 | 0.15 | 175.2 | 0.7 | 0.51 |
| Hex | 2A | D9 | CB | 51 | 0 | 6 | F | AF | 46 | 33 |
| Octal | 52 | 331 | 313 | 121 | 0 | 6 | 17 | 257 | 106 | 63 |
| Binary | 101010 | 11011001 | 11001011 | 1010001 | 0 | 110 | 1111 | 10101111 | 1000110 | 110011 |
Color Harmonies of #2AD9CB
Complementary color
Monochromatic Colors of #2AD9CB
Black with #2AD9CB
Text Example
Text Example
White with #2AD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9CB; }
p { color: rgb(42,217,203); }
H1.HeaderClassName
{
color: #2AD9CB;
}
.AnyTagClassName
{
color: #2AD9CB;
}
</style>
background-color css
<style>
a { background-color: #2AD9CB; }
a { background-color: rgb(42,217,203); }
div.DivClassName
{
background-color: #2AD9CB;
}
.BgClassName
{
background-color: #2AD9CB;
}
</style>
border-color css
<style>
span { border-color: #2AD9CB; }
span { border-color: rgb(42,217,203); }
td.TdClassName
{
border-color: #2AD9CB;
}
.TagClassName
{
border-color: #2AD9CB;
}
</style>