Shades of Bright Turquoise #1ADDF3
Tints of Bright Turquoise #1ADDF3
RGB
CMYK
RGB Variations
Color information
#1ADDF3 (or 0x1ADDF3) is known color: Bright Turquoise. HEX triplet: 1A, DD and F3. RGB value is (26,221,243). Sum of RGB (Red+Green+Blue) = 26+221+243=490 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.31% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #1ADDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDF3 is #E5220C. Grayscale: #A4A4A4. Windows color (decimal): -15016461 or 15981850. OLE color: 15981850.
HSL color Cylindrical-coordinate representation of color #1ADDF3: hue angle of 186.08º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADDF3 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 221 | 243 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.05 |
| HSL | 186.08º | 0.9% | 0.53% | - |
| HSV(B) | 186.08º | 0.89% | 0.95% | - |
| XYZ | 42.46 | 58.4 | 93.83 | - |
| YUV | 165.2 | 171.9 | 28.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 243 | 0.89 | 0.09 | 0 | 0.05 | 186.08 | 0.9 | 0.53 |
| Hex | 1A | DD | F3 | 59 | 9 | 0 | 5 | BA | 5A | 35 |
| Octal | 32 | 335 | 363 | 131 | 11 | 0 | 5 | 272 | 132 | 65 |
| Binary | 11010 | 11011101 | 11110011 | 1011001 | 1001 | 0 | 101 | 10111010 | 1011010 | 110101 |
Color Harmonies of #1ADDF3
Complementary color
Monochromatic Colors of #1ADDF3
Black with #1ADDF3
Text Example
Text Example
White with #1ADDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDF3; }
p { color: rgb(26,221,243); }
H1.HeaderClassName
{
color: #1ADDF3;
}
.AnyTagClassName
{
color: #1ADDF3;
}
</style>
background-color css
<style>
a { background-color: #1ADDF3; }
a { background-color: rgb(26,221,243); }
div.DivClassName
{
background-color: #1ADDF3;
}
.BgClassName
{
background-color: #1ADDF3;
}
</style>
border-color css
<style>
span { border-color: #1ADDF3; }
span { border-color: rgb(26,221,243); }
td.TdClassName
{
border-color: #1ADDF3;
}
.TagClassName
{
border-color: #1ADDF3;
}
</style>