Shades of Bright Turquoise #1AD8EF
Tints of Bright Turquoise #1AD8EF
RGB
CMYK
RGB Variations
Color information
#1AD8EF (or 0x1AD8EF) is known color: Bright Turquoise. HEX triplet: 1A, D8 and EF. RGB value is (26,216,239). Sum of RGB (Red+Green+Blue) = 26+216+239=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AD8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD8EF is #E52710. Grayscale: #A1A1A1. Windows color (decimal): -15017745 or 15718426. OLE color: 15718426.
HSL color Cylindrical-coordinate representation of color #1AD8EF: hue angle of 186.48º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AD8EF is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 216 | 239 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.06 |
| HSL | 186.48º | 0.87% | 0.52% | - |
| HSV(B) | 186.48º | 0.89% | 0.94% | - |
| XYZ | 40.56 | 55.56 | 90.25 | - |
| YUV | 161.81 | 171.55 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 239 | 0.89 | 0.10 | 0 | 0.06 | 186.48 | 0.87 | 0.52 |
| Hex | 1A | D8 | EF | 59 | A | 0 | 6 | BA | 57 | 34 |
| Octal | 32 | 330 | 357 | 131 | 12 | 0 | 6 | 272 | 127 | 64 |
| Binary | 11010 | 11011000 | 11101111 | 1011001 | 1010 | 0 | 110 | 10111010 | 1010111 | 110100 |
Color Harmonies of #1AD8EF
Complementary color
Monochromatic Colors of #1AD8EF
Black with #1AD8EF
Text Example
Text Example
White with #1AD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD8EF; }
p { color: rgb(26,216,239); }
H1.HeaderClassName
{
color: #1AD8EF;
}
.AnyTagClassName
{
color: #1AD8EF;
}
</style>
background-color css
<style>
a { background-color: #1AD8EF; }
a { background-color: rgb(26,216,239); }
div.DivClassName
{
background-color: #1AD8EF;
}
.BgClassName
{
background-color: #1AD8EF;
}
</style>
border-color css
<style>
span { border-color: #1AD8EF; }
span { border-color: rgb(26,216,239); }
td.TdClassName
{
border-color: #1AD8EF;
}
.TagClassName
{
border-color: #1AD8EF;
}
</style>