Shades of Turquoise #2ADAE3
Tints of Turquoise #2ADAE3
RGB
CMYK
RGB Variations
Color information
#2ADAE3 (or 0x2ADAE3) is known color: Turquoise. HEX triplet: 2A, DA and E3. RGB value is (42,218,227). Sum of RGB (Red+Green+Blue) = 42+218+227=487 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.62% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 227 - color contains mainly: blue. Hex color #2ADAE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADAE3 is #D5251C. Grayscale: #A6A6A6. Windows color (decimal): -13968669 or 14932522. OLE color: 14932522.
HSL color Cylindrical-coordinate representation of color #2ADAE3: hue angle of 182.92º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADAE3 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 218 | 227 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.11 |
| HSL | 182.92º | 0.77% | 0.53% | - |
| HSV(B) | 182.92º | 0.81% | 0.89% | - |
| XYZ | 39.89 | 56.18 | 81.41 | - |
| YUV | 166.4 | 162.19 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 227 | 0.81 | 0.04 | 0 | 0.11 | 182.92 | 0.77 | 0.53 |
| Hex | 2A | DA | E3 | 51 | 4 | 0 | B | B7 | 4D | 35 |
| Octal | 52 | 332 | 343 | 121 | 4 | 0 | 13 | 267 | 115 | 65 |
| Binary | 101010 | 11011010 | 11100011 | 1010001 | 100 | 0 | 1011 | 10110111 | 1001101 | 110101 |
Color Harmonies of #2ADAE3
Complementary color
Monochromatic Colors of #2ADAE3
Black with #2ADAE3
Text Example
Text Example
White with #2ADAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAE3; }
p { color: rgb(42,218,227); }
H1.HeaderClassName
{
color: #2ADAE3;
}
.AnyTagClassName
{
color: #2ADAE3;
}
</style>
background-color css
<style>
a { background-color: #2ADAE3; }
a { background-color: rgb(42,218,227); }
div.DivClassName
{
background-color: #2ADAE3;
}
.BgClassName
{
background-color: #2ADAE3;
}
</style>
border-color css
<style>
span { border-color: #2ADAE3; }
span { border-color: rgb(42,218,227); }
td.TdClassName
{
border-color: #2ADAE3;
}
.TagClassName
{
border-color: #2ADAE3;
}
</style>