Shades of Bright Turquoise #1ADEE8
Tints of Bright Turquoise #1ADEE8
RGB
CMYK
RGB Variations
Color information
#1ADEE8 (or 0x1ADEE8) is known color: Bright Turquoise. HEX triplet: 1A, DE and E8. RGB value is (26,222,232). Sum of RGB (Red+Green+Blue) = 26+222+232=480 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.42% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #1ADEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADEE8 is #E52117. Grayscale: #A4A4A4. Windows color (decimal): -15016216 or 15261210. OLE color: 15261210.
HSL color Cylindrical-coordinate representation of color #1ADEE8: hue angle of 182.91º 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 #1ADEE8 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 222 | 232 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.09 |
| HSL | 182.91º | 0.82% | 0.51% | - |
| HSV(B) | 182.91º | 0.89% | 0.91% | - |
| XYZ | 41.11 | 58.29 | 85.43 | - |
| YUV | 164.54 | 166.07 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 232 | 0.89 | 0.04 | 0 | 0.09 | 182.91 | 0.82 | 0.51 |
| Hex | 1A | DE | E8 | 59 | 4 | 0 | 9 | B7 | 52 | 33 |
| Octal | 32 | 336 | 350 | 131 | 4 | 0 | 11 | 267 | 122 | 63 |
| Binary | 11010 | 11011110 | 11101000 | 1011001 | 100 | 0 | 1001 | 10110111 | 1010010 | 110011 |
Color Harmonies of #1ADEE8
Complementary color
Monochromatic Colors of #1ADEE8
Black with #1ADEE8
Text Example
Text Example
White with #1ADEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADEE8; }
p { color: rgb(26,222,232); }
H1.HeaderClassName
{
color: #1ADEE8;
}
.AnyTagClassName
{
color: #1ADEE8;
}
</style>
background-color css
<style>
a { background-color: #1ADEE8; }
a { background-color: rgb(26,222,232); }
div.DivClassName
{
background-color: #1ADEE8;
}
.BgClassName
{
background-color: #1ADEE8;
}
</style>
border-color css
<style>
span { border-color: #1ADEE8; }
span { border-color: rgb(26,222,232); }
td.TdClassName
{
border-color: #1ADEE8;
}
.TagClassName
{
border-color: #1ADEE8;
}
</style>