Shades of Turquoise #2ADACE
Tints of Turquoise #2ADACE
RGB
CMYK
RGB Variations
Color information
#2ADACE (or 0x2ADACE) is known color: Turquoise. HEX triplet: 2A, DA and CE. RGB value is (42,218,206). Sum of RGB (Red+Green+Blue) = 42+218+206=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADACE is #D52531. Grayscale: #A3A3A3. Windows color (decimal): -13968690 or 13556266. OLE color: 13556266.
HSL color Cylindrical-coordinate representation of color #2ADACE: hue angle of 175.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADACE is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 206 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.15 |
| HSL | 175.91º | 0.7% | 0.51% | - |
| HSV(B) | 175.91º | 0.81% | 0.85% | - |
| XYZ | 37.17 | 55.09 | 67.07 | - |
| YUV | 164.01 | 151.69 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 206 | 0.81 | 0 | 0.06 | 0.15 | 175.91 | 0.7 | 0.51 |
| Hex | 2A | DA | CE | 51 | 0 | 6 | F | B0 | 46 | 33 |
| Octal | 52 | 332 | 316 | 121 | 0 | 6 | 17 | 260 | 106 | 63 |
| Binary | 101010 | 11011010 | 11001110 | 1010001 | 0 | 110 | 1111 | 10110000 | 1000110 | 110011 |
Color Harmonies of #2ADACE
Complementary color
Monochromatic Colors of #2ADACE
Black with #2ADACE
Text Example
Text Example
White with #2ADACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADACE; }
p { color: rgb(42,218,206); }
H1.HeaderClassName
{
color: #2ADACE;
}
.AnyTagClassName
{
color: #2ADACE;
}
</style>
background-color css
<style>
a { background-color: #2ADACE; }
a { background-color: rgb(42,218,206); }
div.DivClassName
{
background-color: #2ADACE;
}
.BgClassName
{
background-color: #2ADACE;
}
</style>
border-color css
<style>
span { border-color: #2ADACE; }
span { border-color: rgb(42,218,206); }
td.TdClassName
{
border-color: #2ADACE;
}
.TagClassName
{
border-color: #2ADACE;
}
</style>