Shades of Turquoise #2ADFD9
Tints of Turquoise #2ADFD9
RGB
CMYK
RGB Variations
Color information
#2ADFD9 (or 0x2ADFD9) is known color: Turquoise. HEX triplet: 2A, DF and D9. RGB value is (42,223,217). Sum of RGB (Red+Green+Blue) = 42+223+217=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFD9 is #D52026. Grayscale: #A8A8A8. Windows color (decimal): -13967399 or 14278442. OLE color: 14278442.
HSL color Cylindrical-coordinate representation of color #2ADFD9: hue angle of 178.01º 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 #2ADFD9 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 217 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.13 |
| HSL | 178.01º | 0.74% | 0.52% | - |
| HSV(B) | 178.01º | 0.81% | 0.87% | - |
| XYZ | 39.87 | 58.28 | 74.79 | - |
| YUV | 168.2 | 155.53 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 217 | 0.81 | 0 | 0.03 | 0.13 | 178.01 | 0.74 | 0.52 |
| Hex | 2A | DF | D9 | 51 | 0 | 3 | D | B2 | 4A | 34 |
| Octal | 52 | 337 | 331 | 121 | 0 | 3 | 15 | 262 | 112 | 64 |
| Binary | 101010 | 11011111 | 11011001 | 1010001 | 0 | 11 | 1101 | 10110010 | 1001010 | 110100 |
Color Harmonies of #2ADFD9
Complementary color
Monochromatic Colors of #2ADFD9
Black with #2ADFD9
Text Example
Text Example
White with #2ADFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFD9; }
p { color: rgb(42,223,217); }
H1.HeaderClassName
{
color: #2ADFD9;
}
.AnyTagClassName
{
color: #2ADFD9;
}
</style>
background-color css
<style>
a { background-color: #2ADFD9; }
a { background-color: rgb(42,223,217); }
div.DivClassName
{
background-color: #2ADFD9;
}
.BgClassName
{
background-color: #2ADFD9;
}
</style>
border-color css
<style>
span { border-color: #2ADFD9; }
span { border-color: rgb(42,223,217); }
td.TdClassName
{
border-color: #2ADFD9;
}
.TagClassName
{
border-color: #2ADFD9;
}
</style>