Shades of Turquoise #2ADEBC
Tints of Turquoise #2ADEBC
RGB
CMYK
RGB Variations
Color information
#2ADEBC (or 0x2ADEBC) is known color: Turquoise. HEX triplet: 2A, DE and BC. RGB value is (42,222,188). Sum of RGB (Red+Green+Blue) = 42+222+188=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEBC is #D52143. Grayscale: #A4A4A4. Windows color (decimal): -13967684 or 12377642. OLE color: 12377642.
HSL color Cylindrical-coordinate representation of color #2ADEBC: hue angle of 168.67º 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 #2ADEBC is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 188 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.13 |
| HSL | 168.67º | 0.73% | 0.52% | - |
| HSV(B) | 168.67º | 0.81% | 0.87% | - |
| XYZ | 36.15 | 56.37 | 56.55 | - |
| YUV | 164.3 | 141.37 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 188 | 0.81 | 0 | 0.15 | 0.13 | 168.67 | 0.73 | 0.52 |
| Hex | 2A | DE | BC | 51 | 0 | F | D | A9 | 49 | 34 |
| Octal | 52 | 336 | 274 | 121 | 0 | 17 | 15 | 251 | 111 | 64 |
| Binary | 101010 | 11011110 | 10111100 | 1010001 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110100 |
Color Harmonies of #2ADEBC
Complementary color
Monochromatic Colors of #2ADEBC
Black with #2ADEBC
Text Example
Text Example
White with #2ADEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEBC; }
p { color: rgb(42,222,188); }
H1.HeaderClassName
{
color: #2ADEBC;
}
.AnyTagClassName
{
color: #2ADEBC;
}
</style>
background-color css
<style>
a { background-color: #2ADEBC; }
a { background-color: rgb(42,222,188); }
div.DivClassName
{
background-color: #2ADEBC;
}
.BgClassName
{
background-color: #2ADEBC;
}
</style>
border-color css
<style>
span { border-color: #2ADEBC; }
span { border-color: rgb(42,222,188); }
td.TdClassName
{
border-color: #2ADEBC;
}
.TagClassName
{
border-color: #2ADEBC;
}
</style>