Shades of Bright Turquoise #1ADDEB
Tints of Bright Turquoise #1ADDEB
RGB
CMYK
RGB Variations
Color information
#1ADDEB (or 0x1ADDEB) is known color: Bright Turquoise. HEX triplet: 1A, DD and EB. RGB value is (26,221,235). Sum of RGB (Red+Green+Blue) = 26+221+235=482 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.39% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ADDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDEB is #E52214. Grayscale: #A4A4A4. Windows color (decimal): -15016469 or 15457562. OLE color: 15457562.
HSL color Cylindrical-coordinate representation of color #1ADDEB: hue angle of 184.02º degrees, saturation: 0.84, 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 #1ADDEB is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 221 | 235 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.08 |
| HSL | 184.02º | 0.84% | 0.51% | - |
| HSV(B) | 184.02º | 0.89% | 0.92% | - |
| XYZ | 41.28 | 57.93 | 87.6 | - |
| YUV | 164.29 | 167.9 | 29.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 235 | 0.89 | 0.06 | 0 | 0.08 | 184.02 | 0.84 | 0.51 |
| Hex | 1A | DD | EB | 59 | 6 | 0 | 8 | B8 | 54 | 33 |
| Octal | 32 | 335 | 353 | 131 | 6 | 0 | 10 | 270 | 124 | 63 |
| Binary | 11010 | 11011101 | 11101011 | 1011001 | 110 | 0 | 1000 | 10111000 | 1010100 | 110011 |
Color Harmonies of #1ADDEB
Complementary color
Monochromatic Colors of #1ADDEB
Black with #1ADDEB
Text Example
Text Example
White with #1ADDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDEB; }
p { color: rgb(26,221,235); }
H1.HeaderClassName
{
color: #1ADDEB;
}
.AnyTagClassName
{
color: #1ADDEB;
}
</style>
background-color css
<style>
a { background-color: #1ADDEB; }
a { background-color: rgb(26,221,235); }
div.DivClassName
{
background-color: #1ADDEB;
}
.BgClassName
{
background-color: #1ADDEB;
}
</style>
border-color css
<style>
span { border-color: #1ADDEB; }
span { border-color: rgb(26,221,235); }
td.TdClassName
{
border-color: #1ADDEB;
}
.TagClassName
{
border-color: #1ADDEB;
}
</style>