Shades of Turquoise #2AD8EF
Tints of Turquoise #2AD8EF
RGB
CMYK
RGB Variations
Color information
#2AD8EF (or 0x2AD8EF) is known color: Turquoise. HEX triplet: 2A, D8 and EF. RGB value is (42,216,239). Sum of RGB (Red+Green+Blue) = 42+216+239=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AD8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD8EF is #D52710. Grayscale: #A6A6A6. Windows color (decimal): -13969169 or 15718442. OLE color: 15718442.
HSL color Cylindrical-coordinate representation of color #2AD8EF: hue angle of 187.01º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD8EF is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 216 | 239 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.06 |
| HSL | 187.01º | 0.86% | 0.55% | - |
| HSV(B) | 187.01º | 0.82% | 0.94% | - |
| XYZ | 41.09 | 55.84 | 90.27 | - |
| YUV | 166.6 | 168.85 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 239 | 0.82 | 0.10 | 0 | 0.06 | 187.01 | 0.86 | 0.55 |
| Hex | 2A | D8 | EF | 52 | A | 0 | 6 | BB | 56 | 37 |
| Octal | 52 | 330 | 357 | 122 | 12 | 0 | 6 | 273 | 126 | 67 |
| Binary | 101010 | 11011000 | 11101111 | 1010010 | 1010 | 0 | 110 | 10111011 | 1010110 | 110111 |
Color Harmonies of #2AD8EF
Complementary color
Monochromatic Colors of #2AD8EF
Black with #2AD8EF
Text Example
Text Example
White with #2AD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD8EF; }
p { color: rgb(42,216,239); }
H1.HeaderClassName
{
color: #2AD8EF;
}
.AnyTagClassName
{
color: #2AD8EF;
}
</style>
background-color css
<style>
a { background-color: #2AD8EF; }
a { background-color: rgb(42,216,239); }
div.DivClassName
{
background-color: #2AD8EF;
}
.BgClassName
{
background-color: #2AD8EF;
}
</style>
border-color css
<style>
span { border-color: #2AD8EF; }
span { border-color: rgb(42,216,239); }
td.TdClassName
{
border-color: #2AD8EF;
}
.TagClassName
{
border-color: #2AD8EF;
}
</style>