Shades of Bright Turquoise #1ADDEE
Tints of Bright Turquoise #1ADDEE
RGB
CMYK
RGB Variations
Color information
#1ADDEE (or 0x1ADDEE) is known color: Bright Turquoise. HEX triplet: 1A, DD and EE. RGB value is (26,221,238). Sum of RGB (Red+Green+Blue) = 26+221+238=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ADDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDEE is #E52211. Grayscale: #A4A4A4. Windows color (decimal): -15016466 or 15654170. OLE color: 15654170.
HSL color Cylindrical-coordinate representation of color #1ADDEE: hue angle of 184.81º degrees, saturation: 0.86, 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 #1ADDEE is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 221 | 238 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.07 |
| HSL | 184.81º | 0.86% | 0.52% | - |
| HSV(B) | 184.81º | 0.89% | 0.93% | - |
| XYZ | 41.72 | 58.11 | 89.91 | - |
| YUV | 164.63 | 169.4 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 238 | 0.89 | 0.07 | 0 | 0.07 | 184.81 | 0.86 | 0.52 |
| Hex | 1A | DD | EE | 59 | 7 | 0 | 7 | B9 | 56 | 34 |
| Octal | 32 | 335 | 356 | 131 | 7 | 0 | 7 | 271 | 126 | 64 |
| Binary | 11010 | 11011101 | 11101110 | 1011001 | 111 | 0 | 111 | 10111001 | 1010110 | 110100 |
Color Harmonies of #1ADDEE
Complementary color
Monochromatic Colors of #1ADDEE
Black with #1ADDEE
Text Example
Text Example
White with #1ADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDEE; }
p { color: rgb(26,221,238); }
H1.HeaderClassName
{
color: #1ADDEE;
}
.AnyTagClassName
{
color: #1ADDEE;
}
</style>
background-color css
<style>
a { background-color: #1ADDEE; }
a { background-color: rgb(26,221,238); }
div.DivClassName
{
background-color: #1ADDEE;
}
.BgClassName
{
background-color: #1ADDEE;
}
</style>
border-color css
<style>
span { border-color: #1ADDEE; }
span { border-color: rgb(26,221,238); }
td.TdClassName
{
border-color: #1ADDEE;
}
.TagClassName
{
border-color: #1ADDEE;
}
</style>