Shades of Turquoise #2AD6CC
Tints of Turquoise #2AD6CC
RGB
CMYK
RGB Variations
Color information
#2AD6CC (or 0x2AD6CC) is known color: Turquoise. HEX triplet: 2A, D6 and CC. RGB value is (42,214,204). Sum of RGB (Red+Green+Blue) = 42+214+204=460 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.13% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD6CC is #D52933. Grayscale: #A1A1A1. Windows color (decimal): -13969716 or 13424170. OLE color: 13424170.
HSL color Cylindrical-coordinate representation of color #2AD6CC: hue angle of 176.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD6CC is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 204 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.16 |
| HSL | 176.51º | 0.68% | 0.5% | - |
| HSV(B) | 176.51º | 0.8% | 0.84% | - |
| XYZ | 35.9 | 52.95 | 65.45 | - |
| YUV | 161.43 | 152.02 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 204 | 0.80 | 0 | 0.05 | 0.16 | 176.51 | 0.68 | 0.5 |
| Hex | 2A | D6 | CC | 50 | 0 | 5 | 10 | B1 | 44 | 32 |
| Octal | 52 | 326 | 314 | 120 | 0 | 5 | 20 | 261 | 104 | 62 |
| Binary | 101010 | 11010110 | 11001100 | 1010000 | 0 | 101 | 10000 | 10110001 | 1000100 | 110010 |
Color Harmonies of #2AD6CC
Complementary color
Monochromatic Colors of #2AD6CC
Black with #2AD6CC
Text Example
Text Example
White with #2AD6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD6CC; }
p { color: rgb(42,214,204); }
H1.HeaderClassName
{
color: #2AD6CC;
}
.AnyTagClassName
{
color: #2AD6CC;
}
</style>
background-color css
<style>
a { background-color: #2AD6CC; }
a { background-color: rgb(42,214,204); }
div.DivClassName
{
background-color: #2AD6CC;
}
.BgClassName
{
background-color: #2AD6CC;
}
</style>
border-color css
<style>
span { border-color: #2AD6CC; }
span { border-color: rgb(42,214,204); }
td.TdClassName
{
border-color: #2AD6CC;
}
.TagClassName
{
border-color: #2AD6CC;
}
</style>