Shades of Bright Turquoise #1ADAED
Tints of Bright Turquoise #1ADAED
RGB
CMYK
RGB Variations
Color information
#1ADAED (or 0x1ADAED) is known color: Bright Turquoise. HEX triplet: 1A, DA and ED. RGB value is (26,218,237). Sum of RGB (Red+Green+Blue) = 26+218+237=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ADAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADAED is #E52512. Grayscale: #A2A2A2. Windows color (decimal): -15017235 or 15587866. OLE color: 15587866.
HSL color Cylindrical-coordinate representation of color #1ADAED: hue angle of 185.4º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADAED is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 218 | 237 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.07 |
| HSL | 185.4º | 0.85% | 0.52% | - |
| HSV(B) | 185.4º | 0.89% | 0.93% | - |
| XYZ | 40.78 | 56.48 | 88.87 | - |
| YUV | 162.76 | 169.89 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 237 | 0.89 | 0.08 | 0 | 0.07 | 185.4 | 0.85 | 0.52 |
| Hex | 1A | DA | ED | 59 | 8 | 0 | 7 | B9 | 55 | 34 |
| Octal | 32 | 332 | 355 | 131 | 10 | 0 | 7 | 271 | 125 | 64 |
| Binary | 11010 | 11011010 | 11101101 | 1011001 | 1000 | 0 | 111 | 10111001 | 1010101 | 110100 |
Color Harmonies of #1ADAED
Complementary color
Monochromatic Colors of #1ADAED
Black with #1ADAED
Text Example
Text Example
White with #1ADAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAED; }
p { color: rgb(26,218,237); }
H1.HeaderClassName
{
color: #1ADAED;
}
.AnyTagClassName
{
color: #1ADAED;
}
</style>
background-color css
<style>
a { background-color: #1ADAED; }
a { background-color: rgb(26,218,237); }
div.DivClassName
{
background-color: #1ADAED;
}
.BgClassName
{
background-color: #1ADAED;
}
</style>
border-color css
<style>
span { border-color: #1ADAED; }
span { border-color: rgb(26,218,237); }
td.TdClassName
{
border-color: #1ADAED;
}
.TagClassName
{
border-color: #1ADAED;
}
</style>