Shades of Bright Turquoise #1ADBEF
Tints of Bright Turquoise #1ADBEF
RGB
CMYK
RGB Variations
Color information
#1ADBEF (or 0x1ADBEF) is known color: Bright Turquoise. HEX triplet: 1A, DB and EF. RGB value is (26,219,239). Sum of RGB (Red+Green+Blue) = 26+219+239=484 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.37% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ADBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADBEF is #E52410. Grayscale: #A3A3A3. Windows color (decimal): -15016977 or 15719194. OLE color: 15719194.
HSL color Cylindrical-coordinate representation of color #1ADBEF: hue angle of 185.63º 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 #1ADBEF is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 219 | 239 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.06 |
| HSL | 185.63º | 0.87% | 0.52% | - |
| HSV(B) | 185.63º | 0.89% | 0.94% | - |
| XYZ | 41.34 | 57.11 | 90.51 | - |
| YUV | 163.57 | 170.56 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 239 | 0.89 | 0.08 | 0 | 0.06 | 185.63 | 0.87 | 0.52 |
| Hex | 1A | DB | EF | 59 | 8 | 0 | 6 | BA | 57 | 34 |
| Octal | 32 | 333 | 357 | 131 | 10 | 0 | 6 | 272 | 127 | 64 |
| Binary | 11010 | 11011011 | 11101111 | 1011001 | 1000 | 0 | 110 | 10111010 | 1010111 | 110100 |
Color Harmonies of #1ADBEF
Complementary color
Monochromatic Colors of #1ADBEF
Black with #1ADBEF
Text Example
Text Example
White with #1ADBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADBEF; }
p { color: rgb(26,219,239); }
H1.HeaderClassName
{
color: #1ADBEF;
}
.AnyTagClassName
{
color: #1ADBEF;
}
</style>
background-color css
<style>
a { background-color: #1ADBEF; }
a { background-color: rgb(26,219,239); }
div.DivClassName
{
background-color: #1ADBEF;
}
.BgClassName
{
background-color: #1ADBEF;
}
</style>
border-color css
<style>
span { border-color: #1ADBEF; }
span { border-color: rgb(26,219,239); }
td.TdClassName
{
border-color: #1ADBEF;
}
.TagClassName
{
border-color: #1ADBEF;
}
</style>