Shades of Turquoise #2AD8CA
Tints of Turquoise #2AD8CA
RGB
CMYK
RGB Variations
Color information
#2AD8CA (or 0x2AD8CA) is known color: Turquoise. HEX triplet: 2A, D8 and CA. RGB value is (42,216,202). Sum of RGB (Red+Green+Blue) = 42+216+202=460 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.13% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD8CA is #D52735. Grayscale: #A2A2A2. Windows color (decimal): -13969206 or 13293610. OLE color: 13293610.
HSL color Cylindrical-coordinate representation of color #2AD8CA: hue angle of 175.17º degrees, saturation: 0.69, 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 #2AD8CA is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 202 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.15 |
| HSL | 175.17º | 0.69% | 0.51% | - |
| HSV(B) | 175.17º | 0.81% | 0.85% | - |
| XYZ | 36.17 | 53.87 | 64.37 | - |
| YUV | 162.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 202 | 0.81 | 0 | 0.06 | 0.15 | 175.17 | 0.69 | 0.51 |
| Hex | 2A | D8 | CA | 51 | 0 | 6 | F | AF | 45 | 33 |
| Octal | 52 | 330 | 312 | 121 | 0 | 6 | 17 | 257 | 105 | 63 |
| Binary | 101010 | 11011000 | 11001010 | 1010001 | 0 | 110 | 1111 | 10101111 | 1000101 | 110011 |
Color Harmonies of #2AD8CA
Complementary color
Monochromatic Colors of #2AD8CA
Black with #2AD8CA
Text Example
Text Example
White with #2AD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD8CA; }
p { color: rgb(42,216,202); }
H1.HeaderClassName
{
color: #2AD8CA;
}
.AnyTagClassName
{
color: #2AD8CA;
}
</style>
background-color css
<style>
a { background-color: #2AD8CA; }
a { background-color: rgb(42,216,202); }
div.DivClassName
{
background-color: #2AD8CA;
}
.BgClassName
{
background-color: #2AD8CA;
}
</style>
border-color css
<style>
span { border-color: #2AD8CA; }
span { border-color: rgb(42,216,202); }
td.TdClassName
{
border-color: #2AD8CA;
}
.TagClassName
{
border-color: #2AD8CA;
}
</style>