Shades of Turquoise #2AD9C3
Tints of Turquoise #2AD9C3
RGB
CMYK
RGB Variations
Color information
#2AD9C3 (or 0x2AD9C3) is known color: Turquoise. HEX triplet: 2A, D9 and C3. RGB value is (42,217,195). Sum of RGB (Red+Green+Blue) = 42+217+195=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD9C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD9C3 is #D5263C. Grayscale: #A2A2A2. Windows color (decimal): -13968957 or 12835114. OLE color: 12835114.
HSL color Cylindrical-coordinate representation of color #2AD9C3: hue angle of 172.46º 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 #2AD9C3 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 195 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.15 |
| HSL | 172.46º | 0.7% | 0.51% | - |
| HSV(B) | 172.46º | 0.81% | 0.85% | - |
| XYZ | 35.62 | 54.06 | 60.19 | - |
| YUV | 162.17 | 146.52 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 195 | 0.81 | 0 | 0.10 | 0.15 | 172.46 | 0.7 | 0.51 |
| Hex | 2A | D9 | C3 | 51 | 0 | A | F | AC | 46 | 33 |
| Octal | 52 | 331 | 303 | 121 | 0 | 12 | 17 | 254 | 106 | 63 |
| Binary | 101010 | 11011001 | 11000011 | 1010001 | 0 | 1010 | 1111 | 10101100 | 1000110 | 110011 |
Color Harmonies of #2AD9C3
Complementary color
Monochromatic Colors of #2AD9C3
Black with #2AD9C3
Text Example
Text Example
White with #2AD9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9C3; }
p { color: rgb(42,217,195); }
H1.HeaderClassName
{
color: #2AD9C3;
}
.AnyTagClassName
{
color: #2AD9C3;
}
</style>
background-color css
<style>
a { background-color: #2AD9C3; }
a { background-color: rgb(42,217,195); }
div.DivClassName
{
background-color: #2AD9C3;
}
.BgClassName
{
background-color: #2AD9C3;
}
</style>
border-color css
<style>
span { border-color: #2AD9C3; }
span { border-color: rgb(42,217,195); }
td.TdClassName
{
border-color: #2AD9C3;
}
.TagClassName
{
border-color: #2AD9C3;
}
</style>