Shades of Bright Turquoise #1ADBEA
Tints of Bright Turquoise #1ADBEA
RGB
CMYK
RGB Variations
Color information
#1ADBEA (or 0x1ADBEA) is known color: Bright Turquoise. HEX triplet: 1A, DB and EA. RGB value is (26,219,234). Sum of RGB (Red+Green+Blue) = 26+219+234=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ADBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADBEA is #E52415. Grayscale: #A2A2A2. Windows color (decimal): -15016982 or 15391514. OLE color: 15391514.
HSL color Cylindrical-coordinate representation of color #1ADBEA: hue angle of 184.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADBEA is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 219 | 234 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.08 |
| HSL | 184.33º | 0.83% | 0.51% | - |
| HSV(B) | 184.33º | 0.89% | 0.92% | - |
| XYZ | 40.61 | 56.82 | 86.67 | - |
| YUV | 163 | 168.06 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 234 | 0.89 | 0.06 | 0 | 0.08 | 184.33 | 0.83 | 0.51 |
| Hex | 1A | DB | EA | 59 | 6 | 0 | 8 | B8 | 53 | 33 |
| Octal | 32 | 333 | 352 | 131 | 6 | 0 | 10 | 270 | 123 | 63 |
| Binary | 11010 | 11011011 | 11101010 | 1011001 | 110 | 0 | 1000 | 10111000 | 1010011 | 110011 |
Color Harmonies of #1ADBEA
Complementary color
Monochromatic Colors of #1ADBEA
Black with #1ADBEA
Text Example
Text Example
White with #1ADBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADBEA; }
p { color: rgb(26,219,234); }
H1.HeaderClassName
{
color: #1ADBEA;
}
.AnyTagClassName
{
color: #1ADBEA;
}
</style>
background-color css
<style>
a { background-color: #1ADBEA; }
a { background-color: rgb(26,219,234); }
div.DivClassName
{
background-color: #1ADBEA;
}
.BgClassName
{
background-color: #1ADBEA;
}
</style>
border-color css
<style>
span { border-color: #1ADBEA; }
span { border-color: rgb(26,219,234); }
td.TdClassName
{
border-color: #1ADBEA;
}
.TagClassName
{
border-color: #1ADBEA;
}
</style>