Shades of Turquoise #2AD2C4
Tints of Turquoise #2AD2C4
RGB
CMYK
RGB Variations
Color information
#2AD2C4 (or 0x2AD2C4) is known color: Turquoise. HEX triplet: 2A, D2 and C4. RGB value is (42,210,196). Sum of RGB (Red+Green+Blue) = 42+210+196=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD2C4 is #D52D3B. Grayscale: #9E9E9E. Windows color (decimal): -13970748 or 12898858. OLE color: 12898858.
HSL color Cylindrical-coordinate representation of color #2AD2C4: hue angle of 175º 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 #2AD2C4 is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 196 | - |
| CMYK | 0.8 | 0 | 0.07 | 0.18 |
| HSL | 175º | 0.67% | 0.49% | - |
| HSV(B) | 175º | 0.8% | 0.82% | - |
| XYZ | 33.97 | 50.57 | 60.2 | - |
| YUV | 158.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 196 | 0.8 | 0 | 0.07 | 0.18 | 175 | 0.67 | 0.49 |
| Hex | 2A | D2 | C4 | 50 | 0 | 7 | 12 | AF | 43 | 31 |
| Octal | 52 | 322 | 304 | 120 | 0 | 7 | 22 | 257 | 103 | 61 |
| Binary | 101010 | 11010010 | 11000100 | 1010000 | 0 | 111 | 10010 | 10101111 | 1000011 | 110001 |
Color Harmonies of #2AD2C4
Complementary color
Monochromatic Colors of #2AD2C4
Black with #2AD2C4
Text Example
Text Example
White with #2AD2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2C4; }
p { color: rgb(42,210,196); }
H1.HeaderClassName
{
color: #2AD2C4;
}
.AnyTagClassName
{
color: #2AD2C4;
}
</style>
background-color css
<style>
a { background-color: #2AD2C4; }
a { background-color: rgb(42,210,196); }
div.DivClassName
{
background-color: #2AD2C4;
}
.BgClassName
{
background-color: #2AD2C4;
}
</style>
border-color css
<style>
span { border-color: #2AD2C4; }
span { border-color: rgb(42,210,196); }
td.TdClassName
{
border-color: #2AD2C4;
}
.TagClassName
{
border-color: #2AD2C4;
}
</style>