Shades of Bright Turquoise #1ADFF9
Tints of Bright Turquoise #1ADFF9
RGB
CMYK
RGB Variations
Color information
#1ADFF9 (or 0x1ADFF9) is known color: Bright Turquoise. HEX triplet: 1A, DF and F9. RGB value is (26,223,249). Sum of RGB (Red+Green+Blue) = 26+223+249=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #1ADFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFF9 is #E52006. Grayscale: #A6A6A6. Windows color (decimal): -15015943 or 16375578. OLE color: 16375578.
HSL color Cylindrical-coordinate representation of color #1ADFF9: hue angle of 187º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADFF9 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 223 | 249 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.02 |
| HSL | 187º | 0.95% | 0.54% | - |
| HSV(B) | 187º | 0.9% | 0.98% | - |
| XYZ | 43.91 | 59.83 | 98.86 | - |
| YUV | 167.06 | 174.23 | 27.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 249 | 0.90 | 0.10 | 0 | 0.02 | 187 | 0.95 | 0.54 |
| Hex | 1A | DF | F9 | 5A | A | 0 | 2 | BB | 5F | 36 |
| Octal | 32 | 337 | 371 | 132 | 12 | 0 | 2 | 273 | 137 | 66 |
| Binary | 11010 | 11011111 | 11111001 | 1011010 | 1010 | 0 | 10 | 10111011 | 1011111 | 110110 |
Color Harmonies of #1ADFF9
Complementary color
Monochromatic Colors of #1ADFF9
Black with #1ADFF9
Text Example
Text Example
White with #1ADFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFF9; }
p { color: rgb(26,223,249); }
H1.HeaderClassName
{
color: #1ADFF9;
}
.AnyTagClassName
{
color: #1ADFF9;
}
</style>
background-color css
<style>
a { background-color: #1ADFF9; }
a { background-color: rgb(26,223,249); }
div.DivClassName
{
background-color: #1ADFF9;
}
.BgClassName
{
background-color: #1ADFF9;
}
</style>
border-color css
<style>
span { border-color: #1ADFF9; }
span { border-color: rgb(26,223,249); }
td.TdClassName
{
border-color: #1ADFF9;
}
.TagClassName
{
border-color: #1ADFF9;
}
</style>