Shades of Turquoise #2ADEBD
Tints of Turquoise #2ADEBD
RGB
CMYK
RGB Variations
Color information
#2ADEBD (or 0x2ADEBD) is known color: Turquoise. HEX triplet: 2A, DE and BD. RGB value is (42,222,189). Sum of RGB (Red+Green+Blue) = 42+222+189=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEBD is #D52142. Grayscale: #A4A4A4. Windows color (decimal): -13967683 or 12443178. OLE color: 12443178.
HSL color Cylindrical-coordinate representation of color #2ADEBD: hue angle of 169º 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 #2ADEBD is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 189 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.13 |
| HSL | 169º | 0.73% | 0.52% | - |
| HSV(B) | 169º | 0.81% | 0.87% | - |
| XYZ | 36.26 | 56.41 | 57.12 | - |
| YUV | 164.42 | 141.87 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 189 | 0.81 | 0 | 0.15 | 0.13 | 169 | 0.73 | 0.52 |
| Hex | 2A | DE | BD | 51 | 0 | F | D | A9 | 49 | 34 |
| Octal | 52 | 336 | 275 | 121 | 0 | 17 | 15 | 251 | 111 | 64 |
| Binary | 101010 | 11011110 | 10111101 | 1010001 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110100 |
Color Harmonies of #2ADEBD
Complementary color
Monochromatic Colors of #2ADEBD
Black with #2ADEBD
Text Example
Text Example
White with #2ADEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEBD; }
p { color: rgb(42,222,189); }
H1.HeaderClassName
{
color: #2ADEBD;
}
.AnyTagClassName
{
color: #2ADEBD;
}
</style>
background-color css
<style>
a { background-color: #2ADEBD; }
a { background-color: rgb(42,222,189); }
div.DivClassName
{
background-color: #2ADEBD;
}
.BgClassName
{
background-color: #2ADEBD;
}
</style>
border-color css
<style>
span { border-color: #2ADEBD; }
span { border-color: rgb(42,222,189); }
td.TdClassName
{
border-color: #2ADEBD;
}
.TagClassName
{
border-color: #2ADEBD;
}
</style>