Shades of Turquoise #2AD8CB
Tints of Turquoise #2AD8CB
RGB
CMYK
RGB Variations
Color information
#2AD8CB (or 0x2AD8CB) is known color: Turquoise. HEX triplet: 2A, D8 and CB. RGB value is (42,216,203). Sum of RGB (Red+Green+Blue) = 42+216+203=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD8CB is #D52734. Grayscale: #A2A2A2. Windows color (decimal): -13969205 or 13359146. OLE color: 13359146.
HSL color Cylindrical-coordinate representation of color #2AD8CB: hue angle of 175.52º 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 #2AD8CB is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 203 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.15 |
| HSL | 175.52º | 0.69% | 0.51% | - |
| HSV(B) | 175.52º | 0.81% | 0.85% | - |
| XYZ | 36.29 | 53.92 | 64.99 | - |
| YUV | 162.49 | 150.85 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 203 | 0.81 | 0 | 0.06 | 0.15 | 175.52 | 0.69 | 0.51 |
| Hex | 2A | D8 | CB | 51 | 0 | 6 | F | B0 | 45 | 33 |
| Octal | 52 | 330 | 313 | 121 | 0 | 6 | 17 | 260 | 105 | 63 |
| Binary | 101010 | 11011000 | 11001011 | 1010001 | 0 | 110 | 1111 | 10110000 | 1000101 | 110011 |
Color Harmonies of #2AD8CB
Complementary color
Monochromatic Colors of #2AD8CB
Black with #2AD8CB
Text Example
Text Example
White with #2AD8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD8CB; }
p { color: rgb(42,216,203); }
H1.HeaderClassName
{
color: #2AD8CB;
}
.AnyTagClassName
{
color: #2AD8CB;
}
</style>
background-color css
<style>
a { background-color: #2AD8CB; }
a { background-color: rgb(42,216,203); }
div.DivClassName
{
background-color: #2AD8CB;
}
.BgClassName
{
background-color: #2AD8CB;
}
</style>
border-color css
<style>
span { border-color: #2AD8CB; }
span { border-color: rgb(42,216,203); }
td.TdClassName
{
border-color: #2AD8CB;
}
.TagClassName
{
border-color: #2AD8CB;
}
</style>