Shades of Bright Turquoise #1AD9F3
Tints of Bright Turquoise #1AD9F3
RGB
CMYK
RGB Variations
Color information
#1AD9F3 (or 0x1AD9F3) is known color: Bright Turquoise. HEX triplet: 1A, D9 and F3. RGB value is (26,217,243). Sum of RGB (Red+Green+Blue) = 26+217+243=486 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.35% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #1AD9F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD9F3 is #E5260C. Grayscale: #A2A2A2. Windows color (decimal): -15017485 or 15980826. OLE color: 15980826.
HSL color Cylindrical-coordinate representation of color #1AD9F3: hue angle of 187.19º 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 #1AD9F3 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 217 | 243 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.05 |
| HSL | 187.19º | 0.9% | 0.53% | - |
| HSV(B) | 187.19º | 0.89% | 0.95% | - |
| XYZ | 41.42 | 56.32 | 93.48 | - |
| YUV | 162.86 | 173.22 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 243 | 0.89 | 0.11 | 0 | 0.05 | 187.19 | 0.9 | 0.53 |
| Hex | 1A | D9 | F3 | 59 | B | 0 | 5 | BB | 5A | 35 |
| Octal | 32 | 331 | 363 | 131 | 13 | 0 | 5 | 273 | 132 | 65 |
| Binary | 11010 | 11011001 | 11110011 | 1011001 | 1011 | 0 | 101 | 10111011 | 1011010 | 110101 |
Color Harmonies of #1AD9F3
Complementary color
Monochromatic Colors of #1AD9F3
Black with #1AD9F3
Text Example
Text Example
White with #1AD9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD9F3; }
p { color: rgb(26,217,243); }
H1.HeaderClassName
{
color: #1AD9F3;
}
.AnyTagClassName
{
color: #1AD9F3;
}
</style>
background-color css
<style>
a { background-color: #1AD9F3; }
a { background-color: rgb(26,217,243); }
div.DivClassName
{
background-color: #1AD9F3;
}
.BgClassName
{
background-color: #1AD9F3;
}
</style>
border-color css
<style>
span { border-color: #1AD9F3; }
span { border-color: rgb(26,217,243); }
td.TdClassName
{
border-color: #1AD9F3;
}
.TagClassName
{
border-color: #1AD9F3;
}
</style>