Shades of Turquoise #2ADED8
Tints of Turquoise #2ADED8
RGB
CMYK
RGB Variations
Color information
#2ADED8 (or 0x2ADED8) is known color: Turquoise. HEX triplet: 2A, DE and D8. RGB value is (42,222,216). Sum of RGB (Red+Green+Blue) = 42+222+216=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADED8 is #D52127. Grayscale: #A7A7A7. Windows color (decimal): -13967656 or 14212650. OLE color: 14212650.
HSL color Cylindrical-coordinate representation of color #2ADED8: hue angle of 178º degrees, saturation: 0.73, 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 #2ADED8 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 216 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.13 |
| HSL | 178º | 0.73% | 0.52% | - |
| HSV(B) | 178º | 0.81% | 0.87% | - |
| XYZ | 39.47 | 57.69 | 74.02 | - |
| YUV | 167.5 | 155.37 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 216 | 0.81 | 0 | 0.03 | 0.13 | 178 | 0.73 | 0.52 |
| Hex | 2A | DE | D8 | 51 | 0 | 3 | D | B2 | 49 | 34 |
| Octal | 52 | 336 | 330 | 121 | 0 | 3 | 15 | 262 | 111 | 64 |
| Binary | 101010 | 11011110 | 11011000 | 1010001 | 0 | 11 | 1101 | 10110010 | 1001001 | 110100 |
Color Harmonies of #2ADED8
Complementary color
Monochromatic Colors of #2ADED8
Black with #2ADED8
Text Example
Text Example
White with #2ADED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADED8; }
p { color: rgb(42,222,216); }
H1.HeaderClassName
{
color: #2ADED8;
}
.AnyTagClassName
{
color: #2ADED8;
}
</style>
background-color css
<style>
a { background-color: #2ADED8; }
a { background-color: rgb(42,222,216); }
div.DivClassName
{
background-color: #2ADED8;
}
.BgClassName
{
background-color: #2ADED8;
}
</style>
border-color css
<style>
span { border-color: #2ADED8; }
span { border-color: rgb(42,222,216); }
td.TdClassName
{
border-color: #2ADED8;
}
.TagClassName
{
border-color: #2ADED8;
}
</style>