Shades of Bright Turquoise #1ADAE8
Tints of Bright Turquoise #1ADAE8
RGB
CMYK
RGB Variations
Color information
#1ADAE8 (or 0x1ADAE8) is known color: Bright Turquoise. HEX triplet: 1A, DA and E8. RGB value is (26,218,232). Sum of RGB (Red+Green+Blue) = 26+218+232=476 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.46% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #1ADAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADAE8 is #E52517. Grayscale: #A1A1A1. Windows color (decimal): -15017240 or 15260186. OLE color: 15260186.
HSL color Cylindrical-coordinate representation of color #1ADAE8: hue angle of 184.08º 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 #1ADAE8 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 218 | 232 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.09 |
| HSL | 184.08º | 0.82% | 0.51% | - |
| HSV(B) | 184.08º | 0.89% | 0.91% | - |
| XYZ | 40.06 | 56.19 | 85.08 | - |
| YUV | 162.19 | 167.39 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 232 | 0.89 | 0.06 | 0 | 0.09 | 184.08 | 0.82 | 0.51 |
| Hex | 1A | DA | E8 | 59 | 6 | 0 | 9 | B8 | 52 | 33 |
| Octal | 32 | 332 | 350 | 131 | 6 | 0 | 11 | 270 | 122 | 63 |
| Binary | 11010 | 11011010 | 11101000 | 1011001 | 110 | 0 | 1001 | 10111000 | 1010010 | 110011 |
Color Harmonies of #1ADAE8
Complementary color
Monochromatic Colors of #1ADAE8
Black with #1ADAE8
Text Example
Text Example
White with #1ADAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAE8; }
p { color: rgb(26,218,232); }
H1.HeaderClassName
{
color: #1ADAE8;
}
.AnyTagClassName
{
color: #1ADAE8;
}
</style>
background-color css
<style>
a { background-color: #1ADAE8; }
a { background-color: rgb(26,218,232); }
div.DivClassName
{
background-color: #1ADAE8;
}
.BgClassName
{
background-color: #1ADAE8;
}
</style>
border-color css
<style>
span { border-color: #1ADAE8; }
span { border-color: rgb(26,218,232); }
td.TdClassName
{
border-color: #1ADAE8;
}
.TagClassName
{
border-color: #1ADAE8;
}
</style>