Shades of Bright Turquoise #1AD9F4
Tints of Bright Turquoise #1AD9F4
RGB
CMYK
RGB Variations
Color information
#1AD9F4 (or 0x1AD9F4) is known color: Bright Turquoise. HEX triplet: 1A, D9 and F4. RGB value is (26,217,244). Sum of RGB (Red+Green+Blue) = 26+217+244=487 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.34% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #1AD9F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD9F4 is #E5260B. Grayscale: #A2A2A2. Windows color (decimal): -15017484 or 16046362. OLE color: 16046362.
HSL color Cylindrical-coordinate representation of color #1AD9F4: hue angle of 187.43º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AD9F4 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 217 | 244 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.04 |
| HSL | 187.43º | 0.91% | 0.53% | - |
| HSV(B) | 187.43º | 0.89% | 0.96% | - |
| XYZ | 41.57 | 56.38 | 94.28 | - |
| YUV | 162.97 | 173.72 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 244 | 0.89 | 0.11 | 0 | 0.04 | 187.43 | 0.91 | 0.53 |
| Hex | 1A | D9 | F4 | 59 | B | 0 | 4 | BB | 5B | 35 |
| Octal | 32 | 331 | 364 | 131 | 13 | 0 | 4 | 273 | 133 | 65 |
| Binary | 11010 | 11011001 | 11110100 | 1011001 | 1011 | 0 | 100 | 10111011 | 1011011 | 110101 |
Color Harmonies of #1AD9F4
Complementary color
Monochromatic Colors of #1AD9F4
Black with #1AD9F4
Text Example
Text Example
White with #1AD9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD9F4; }
p { color: rgb(26,217,244); }
H1.HeaderClassName
{
color: #1AD9F4;
}
.AnyTagClassName
{
color: #1AD9F4;
}
</style>
background-color css
<style>
a { background-color: #1AD9F4; }
a { background-color: rgb(26,217,244); }
div.DivClassName
{
background-color: #1AD9F4;
}
.BgClassName
{
background-color: #1AD9F4;
}
</style>
border-color css
<style>
span { border-color: #1AD9F4; }
span { border-color: rgb(26,217,244); }
td.TdClassName
{
border-color: #1AD9F4;
}
.TagClassName
{
border-color: #1AD9F4;
}
</style>