Shades of Turquoise #2ADFD8
Tints of Turquoise #2ADFD8
RGB
CMYK
RGB Variations
Color information
#2ADFD8 (or 0x2ADFD8) is known color: Turquoise. HEX triplet: 2A, DF and D8. RGB value is (42,223,216). Sum of RGB (Red+Green+Blue) = 42+223+216=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFD8 is #D52027. Grayscale: #A7A7A7. Windows color (decimal): -13967400 or 14212906. OLE color: 14212906.
HSL color Cylindrical-coordinate representation of color #2ADFD8: hue angle of 177.68º 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 #2ADFD8 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 216 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.13 |
| HSL | 177.68º | 0.74% | 0.52% | - |
| HSV(B) | 177.68º | 0.81% | 0.87% | - |
| XYZ | 39.74 | 58.23 | 74.11 | - |
| YUV | 168.08 | 155.03 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 216 | 0.81 | 0 | 0.03 | 0.13 | 177.68 | 0.74 | 0.52 |
| Hex | 2A | DF | D8 | 51 | 0 | 3 | D | B2 | 4A | 34 |
| Octal | 52 | 337 | 330 | 121 | 0 | 3 | 15 | 262 | 112 | 64 |
| Binary | 101010 | 11011111 | 11011000 | 1010001 | 0 | 11 | 1101 | 10110010 | 1001010 | 110100 |
Color Harmonies of #2ADFD8
Complementary color
Monochromatic Colors of #2ADFD8
Black with #2ADFD8
Text Example
Text Example
White with #2ADFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFD8; }
p { color: rgb(42,223,216); }
H1.HeaderClassName
{
color: #2ADFD8;
}
.AnyTagClassName
{
color: #2ADFD8;
}
</style>
background-color css
<style>
a { background-color: #2ADFD8; }
a { background-color: rgb(42,223,216); }
div.DivClassName
{
background-color: #2ADFD8;
}
.BgClassName
{
background-color: #2ADFD8;
}
</style>
border-color css
<style>
span { border-color: #2ADFD8; }
span { border-color: rgb(42,223,216); }
td.TdClassName
{
border-color: #2ADFD8;
}
.TagClassName
{
border-color: #2ADFD8;
}
</style>