Shades of Turquoise #2AD6C8
Tints of Turquoise #2AD6C8
RGB
CMYK
RGB Variations
Color information
#2AD6C8 (or 0x2AD6C8) is known color: Turquoise. HEX triplet: 2A, D6 and C8. RGB value is (42,214,200). Sum of RGB (Red+Green+Blue) = 42+214+200=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD6C8 is #D52937. Grayscale: #A0A0A0. Windows color (decimal): -13969720 or 13162026. OLE color: 13162026.
HSL color Cylindrical-coordinate representation of color #2AD6C8: hue angle of 175.12º 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 #2AD6C8 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 200 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.16 |
| HSL | 175.12º | 0.68% | 0.5% | - |
| HSV(B) | 175.12º | 0.8% | 0.84% | - |
| XYZ | 35.43 | 52.76 | 62.96 | - |
| YUV | 160.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 200 | 0.80 | 0 | 0.07 | 0.16 | 175.12 | 0.68 | 0.5 |
| Hex | 2A | D6 | C8 | 50 | 0 | 7 | 10 | AF | 44 | 32 |
| Octal | 52 | 326 | 310 | 120 | 0 | 7 | 20 | 257 | 104 | 62 |
| Binary | 101010 | 11010110 | 11001000 | 1010000 | 0 | 111 | 10000 | 10101111 | 1000100 | 110010 |
Color Harmonies of #2AD6C8
Complementary color
Monochromatic Colors of #2AD6C8
Black with #2AD6C8
Text Example
Text Example
White with #2AD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD6C8; }
p { color: rgb(42,214,200); }
H1.HeaderClassName
{
color: #2AD6C8;
}
.AnyTagClassName
{
color: #2AD6C8;
}
</style>
background-color css
<style>
a { background-color: #2AD6C8; }
a { background-color: rgb(42,214,200); }
div.DivClassName
{
background-color: #2AD6C8;
}
.BgClassName
{
background-color: #2AD6C8;
}
</style>
border-color css
<style>
span { border-color: #2AD6C8; }
span { border-color: rgb(42,214,200); }
td.TdClassName
{
border-color: #2AD6C8;
}
.TagClassName
{
border-color: #2AD6C8;
}
</style>