Shades of Turquoise #2ADAEF
Tints of Turquoise #2ADAEF
RGB
CMYK
RGB Variations
Color information
#2ADAEF (or 0x2ADAEF) is known color: Turquoise. HEX triplet: 2A, DA and EF. RGB value is (42,218,239). Sum of RGB (Red+Green+Blue) = 42+218+239=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ADAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAEF is #D52510. Grayscale: #A7A7A7. Windows color (decimal): -13968657 or 15718954. OLE color: 15718954.
HSL color Cylindrical-coordinate representation of color #2ADAEF: hue angle of 186.4º 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 #2ADAEF is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 218 | 239 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.06 |
| HSL | 186.4º | 0.86% | 0.55% | - |
| HSV(B) | 186.4º | 0.82% | 0.94% | - |
| XYZ | 41.61 | 56.87 | 90.44 | - |
| YUV | 167.77 | 168.19 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 239 | 0.82 | 0.09 | 0 | 0.06 | 186.4 | 0.86 | 0.55 |
| Hex | 2A | DA | EF | 52 | 9 | 0 | 6 | BA | 56 | 37 |
| Octal | 52 | 332 | 357 | 122 | 11 | 0 | 6 | 272 | 126 | 67 |
| Binary | 101010 | 11011010 | 11101111 | 1010010 | 1001 | 0 | 110 | 10111010 | 1010110 | 110111 |
Color Harmonies of #2ADAEF
Complementary color
Monochromatic Colors of #2ADAEF
Black with #2ADAEF
Text Example
Text Example
White with #2ADAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAEF; }
p { color: rgb(42,218,239); }
H1.HeaderClassName
{
color: #2ADAEF;
}
.AnyTagClassName
{
color: #2ADAEF;
}
</style>
background-color css
<style>
a { background-color: #2ADAEF; }
a { background-color: rgb(42,218,239); }
div.DivClassName
{
background-color: #2ADAEF;
}
.BgClassName
{
background-color: #2ADAEF;
}
</style>
border-color css
<style>
span { border-color: #2ADAEF; }
span { border-color: rgb(42,218,239); }
td.TdClassName
{
border-color: #2ADAEF;
}
.TagClassName
{
border-color: #2ADAEF;
}
</style>