Shades of Turquoise #2ADAEE
Tints of Turquoise #2ADAEE
RGB
CMYK
RGB Variations
Color information
#2ADAEE (or 0x2ADAEE) is known color: Turquoise. HEX triplet: 2A, DA and EE. RGB value is (42,218,238). Sum of RGB (Red+Green+Blue) = 42+218+238=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ADAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAEE is #D52511. Grayscale: #A7A7A7. Windows color (decimal): -13968658 or 15653418. OLE color: 15653418.
HSL color Cylindrical-coordinate representation of color #2ADAEE: hue angle of 186.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADAEE is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 218 | 238 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.07 |
| HSL | 186.12º | 0.85% | 0.55% | - |
| HSV(B) | 186.12º | 0.82% | 0.93% | - |
| XYZ | 41.46 | 56.81 | 89.67 | - |
| YUV | 167.66 | 167.69 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 238 | 0.82 | 0.08 | 0 | 0.07 | 186.12 | 0.85 | 0.55 |
| Hex | 2A | DA | EE | 52 | 8 | 0 | 7 | BA | 55 | 37 |
| Octal | 52 | 332 | 356 | 122 | 10 | 0 | 7 | 272 | 125 | 67 |
| Binary | 101010 | 11011010 | 11101110 | 1010010 | 1000 | 0 | 111 | 10111010 | 1010101 | 110111 |
Color Harmonies of #2ADAEE
Complementary color
Monochromatic Colors of #2ADAEE
Black with #2ADAEE
Text Example
Text Example
White with #2ADAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAEE; }
p { color: rgb(42,218,238); }
H1.HeaderClassName
{
color: #2ADAEE;
}
.AnyTagClassName
{
color: #2ADAEE;
}
</style>
background-color css
<style>
a { background-color: #2ADAEE; }
a { background-color: rgb(42,218,238); }
div.DivClassName
{
background-color: #2ADAEE;
}
.BgClassName
{
background-color: #2ADAEE;
}
</style>
border-color css
<style>
span { border-color: #2ADAEE; }
span { border-color: rgb(42,218,238); }
td.TdClassName
{
border-color: #2ADAEE;
}
.TagClassName
{
border-color: #2ADAEE;
}
</style>