Shades of Bright Turquoise #1ADEE9
Tints of Bright Turquoise #1ADEE9
RGB
CMYK
RGB Variations
Color information
#1ADEE9 (or 0x1ADEE9) is known color: Bright Turquoise. HEX triplet: 1A, DE and E9. RGB value is (26,222,233). Sum of RGB (Red+Green+Blue) = 26+222+233=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #1ADEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADEE9 is #E52116. Grayscale: #A4A4A4. Windows color (decimal): -15016215 or 15326746. OLE color: 15326746.
HSL color Cylindrical-coordinate representation of color #1ADEE9: hue angle of 183.19º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADEE9 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 222 | 233 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.09 |
| HSL | 183.19º | 0.82% | 0.51% | - |
| HSV(B) | 183.19º | 0.89% | 0.91% | - |
| XYZ | 41.26 | 58.35 | 86.18 | - |
| YUV | 164.65 | 166.57 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 233 | 0.89 | 0.05 | 0 | 0.09 | 183.19 | 0.82 | 0.51 |
| Hex | 1A | DE | E9 | 59 | 5 | 0 | 9 | B7 | 52 | 33 |
| Octal | 32 | 336 | 351 | 131 | 5 | 0 | 11 | 267 | 122 | 63 |
| Binary | 11010 | 11011110 | 11101001 | 1011001 | 101 | 0 | 1001 | 10110111 | 1010010 | 110011 |
Color Harmonies of #1ADEE9
Complementary color
Monochromatic Colors of #1ADEE9
Black with #1ADEE9
Text Example
Text Example
White with #1ADEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADEE9; }
p { color: rgb(26,222,233); }
H1.HeaderClassName
{
color: #1ADEE9;
}
.AnyTagClassName
{
color: #1ADEE9;
}
</style>
background-color css
<style>
a { background-color: #1ADEE9; }
a { background-color: rgb(26,222,233); }
div.DivClassName
{
background-color: #1ADEE9;
}
.BgClassName
{
background-color: #1ADEE9;
}
</style>
border-color css
<style>
span { border-color: #1ADEE9; }
span { border-color: rgb(26,222,233); }
td.TdClassName
{
border-color: #1ADEE9;
}
.TagClassName
{
border-color: #1ADEE9;
}
</style>