Shades of Turquoise #2ADFD2
Tints of Turquoise #2ADFD2
RGB
CMYK
RGB Variations
Color information
#2ADFD2 (or 0x2ADFD2) is known color: Turquoise. HEX triplet: 2A, DF and D2. RGB value is (42,223,210). Sum of RGB (Red+Green+Blue) = 42+223+210=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFD2 is #D5202D. Grayscale: #A7A7A7. Windows color (decimal): -13967406 or 13819690. OLE color: 13819690.
HSL color Cylindrical-coordinate representation of color #2ADFD2: hue angle of 175.69º 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 #2ADFD2 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 210 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.13 |
| HSL | 175.69º | 0.74% | 0.52% | - |
| HSV(B) | 175.69º | 0.81% | 0.87% | - |
| XYZ | 38.98 | 57.92 | 70.1 | - |
| YUV | 167.4 | 152.03 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 210 | 0.81 | 0 | 0.06 | 0.13 | 175.69 | 0.74 | 0.52 |
| Hex | 2A | DF | D2 | 51 | 0 | 6 | D | B0 | 4A | 34 |
| Octal | 52 | 337 | 322 | 121 | 0 | 6 | 15 | 260 | 112 | 64 |
| Binary | 101010 | 11011111 | 11010010 | 1010001 | 0 | 110 | 1101 | 10110000 | 1001010 | 110100 |
Color Harmonies of #2ADFD2
Complementary color
Monochromatic Colors of #2ADFD2
Black with #2ADFD2
Text Example
Text Example
White with #2ADFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFD2; }
p { color: rgb(42,223,210); }
H1.HeaderClassName
{
color: #2ADFD2;
}
.AnyTagClassName
{
color: #2ADFD2;
}
</style>
background-color css
<style>
a { background-color: #2ADFD2; }
a { background-color: rgb(42,223,210); }
div.DivClassName
{
background-color: #2ADFD2;
}
.BgClassName
{
background-color: #2ADFD2;
}
</style>
border-color css
<style>
span { border-color: #2ADFD2; }
span { border-color: rgb(42,223,210); }
td.TdClassName
{
border-color: #2ADFD2;
}
.TagClassName
{
border-color: #2ADFD2;
}
</style>