Shades of Turquoise #2ADAEA
Tints of Turquoise #2ADAEA
RGB
CMYK
RGB Variations
Color information
#2ADAEA (or 0x2ADAEA) is known color: Turquoise. HEX triplet: 2A, DA and EA. RGB value is (42,218,234). Sum of RGB (Red+Green+Blue) = 42+218+234=494 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.50% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ADAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAEA is #D52515. Grayscale: #A6A6A6. Windows color (decimal): -13968662 or 15391274. OLE color: 15391274.
HSL color Cylindrical-coordinate representation of color #2ADAEA: hue angle of 185º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADAEA is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 218 | 234 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.08 |
| HSL | 185º | 0.82% | 0.54% | - |
| HSV(B) | 185º | 0.82% | 0.92% | - |
| XYZ | 40.88 | 56.58 | 86.61 | - |
| YUV | 167.2 | 165.69 | 38.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 234 | 0.82 | 0.07 | 0 | 0.08 | 185 | 0.82 | 0.54 |
| Hex | 2A | DA | EA | 52 | 7 | 0 | 8 | B9 | 52 | 36 |
| Octal | 52 | 332 | 352 | 122 | 7 | 0 | 10 | 271 | 122 | 66 |
| Binary | 101010 | 11011010 | 11101010 | 1010010 | 111 | 0 | 1000 | 10111001 | 1010010 | 110110 |
Color Harmonies of #2ADAEA
Complementary color
Monochromatic Colors of #2ADAEA
Black with #2ADAEA
Text Example
Text Example
White with #2ADAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAEA; }
p { color: rgb(42,218,234); }
H1.HeaderClassName
{
color: #2ADAEA;
}
.AnyTagClassName
{
color: #2ADAEA;
}
</style>
background-color css
<style>
a { background-color: #2ADAEA; }
a { background-color: rgb(42,218,234); }
div.DivClassName
{
background-color: #2ADAEA;
}
.BgClassName
{
background-color: #2ADAEA;
}
</style>
border-color css
<style>
span { border-color: #2ADAEA; }
span { border-color: rgb(42,218,234); }
td.TdClassName
{
border-color: #2ADAEA;
}
.TagClassName
{
border-color: #2ADAEA;
}
</style>