Shades of Turquoise #2AD5EA
Tints of Turquoise #2AD5EA
RGB
CMYK
RGB Variations
Color information
#2AD5EA (or 0x2AD5EA) is known color: Turquoise. HEX triplet: 2A, D5 and EA. RGB value is (42,213,234). Sum of RGB (Red+Green+Blue) = 42+213+234=489 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.59% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #2AD5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD5EA is #D52A15. Grayscale: #A4A4A4. Windows color (decimal): -13969942 or 15389994. OLE color: 15389994.
HSL color Cylindrical-coordinate representation of color #2AD5EA: hue angle of 186.56º 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 #2AD5EA is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 213 | 234 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.08 |
| HSL | 186.56º | 0.82% | 0.54% | - |
| HSV(B) | 186.56º | 0.82% | 0.92% | - |
| XYZ | 39.6 | 54.02 | 86.18 | - |
| YUV | 164.27 | 167.35 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 234 | 0.82 | 0.09 | 0 | 0.08 | 186.56 | 0.82 | 0.54 |
| Hex | 2A | D5 | EA | 52 | 9 | 0 | 8 | BB | 52 | 36 |
| Octal | 52 | 325 | 352 | 122 | 11 | 0 | 10 | 273 | 122 | 66 |
| Binary | 101010 | 11010101 | 11101010 | 1010010 | 1001 | 0 | 1000 | 10111011 | 1010010 | 110110 |
Color Harmonies of #2AD5EA
Complementary color
Monochromatic Colors of #2AD5EA
Black with #2AD5EA
Text Example
Text Example
White with #2AD5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD5EA; }
p { color: rgb(42,213,234); }
H1.HeaderClassName
{
color: #2AD5EA;
}
.AnyTagClassName
{
color: #2AD5EA;
}
</style>
background-color css
<style>
a { background-color: #2AD5EA; }
a { background-color: rgb(42,213,234); }
div.DivClassName
{
background-color: #2AD5EA;
}
.BgClassName
{
background-color: #2AD5EA;
}
</style>
border-color css
<style>
span { border-color: #2AD5EA; }
span { border-color: rgb(42,213,234); }
td.TdClassName
{
border-color: #2AD5EA;
}
.TagClassName
{
border-color: #2AD5EA;
}
</style>