Shades of Turquoise #2ADFCD
Tints of Turquoise #2ADFCD
RGB
CMYK
RGB Variations
Color information
#2ADFCD (or 0x2ADFCD) is known color: Turquoise. HEX triplet: 2A, DF and CD. RGB value is (42,223,205). Sum of RGB (Red+Green+Blue) = 42+223+205=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFCD is #D52032. Grayscale: #A6A6A6. Windows color (decimal): -13967411 or 13492010. OLE color: 13492010.
HSL color Cylindrical-coordinate representation of color #2ADFCD: hue angle of 174.03º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFCD is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 205 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.13 |
| HSL | 174.03º | 0.74% | 0.52% | - |
| HSV(B) | 174.03º | 0.81% | 0.87% | - |
| XYZ | 38.36 | 57.68 | 66.87 | - |
| YUV | 166.83 | 149.53 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 205 | 0.81 | 0 | 0.08 | 0.13 | 174.03 | 0.74 | 0.52 |
| Hex | 2A | DF | CD | 51 | 0 | 8 | D | AE | 4A | 34 |
| Octal | 52 | 337 | 315 | 121 | 0 | 10 | 15 | 256 | 112 | 64 |
| Binary | 101010 | 11011111 | 11001101 | 1010001 | 0 | 1000 | 1101 | 10101110 | 1001010 | 110100 |
Color Harmonies of #2ADFCD
Complementary color
Monochromatic Colors of #2ADFCD
Black with #2ADFCD
Text Example
Text Example
White with #2ADFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFCD; }
p { color: rgb(42,223,205); }
H1.HeaderClassName
{
color: #2ADFCD;
}
.AnyTagClassName
{
color: #2ADFCD;
}
</style>
background-color css
<style>
a { background-color: #2ADFCD; }
a { background-color: rgb(42,223,205); }
div.DivClassName
{
background-color: #2ADFCD;
}
.BgClassName
{
background-color: #2ADFCD;
}
</style>
border-color css
<style>
span { border-color: #2ADFCD; }
span { border-color: rgb(42,223,205); }
td.TdClassName
{
border-color: #2ADFCD;
}
.TagClassName
{
border-color: #2ADFCD;
}
</style>