Shades of Bright Turquoise #1ADFF8
Tints of Bright Turquoise #1ADFF8
RGB
CMYK
RGB Variations
Color information
#1ADFF8 (or 0x1ADFF8) is known color: Bright Turquoise. HEX triplet: 1A, DF and F8. RGB value is (26,223,248). Sum of RGB (Red+Green+Blue) = 26+223+248=497 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.23% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #1ADFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFF8 is #E52007. Grayscale: #A6A6A6. Windows color (decimal): -15015944 or 16310042. OLE color: 16310042.
HSL color Cylindrical-coordinate representation of color #1ADFF8: hue angle of 186.76º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADFF8 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 223 | 248 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.03 |
| HSL | 186.76º | 0.94% | 0.54% | - |
| HSV(B) | 186.76º | 0.9% | 0.97% | - |
| XYZ | 43.76 | 59.77 | 98.04 | - |
| YUV | 166.95 | 173.73 | 27.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 248 | 0.90 | 0.10 | 0 | 0.03 | 186.76 | 0.94 | 0.54 |
| Hex | 1A | DF | F8 | 5A | A | 0 | 3 | BB | 5E | 36 |
| Octal | 32 | 337 | 370 | 132 | 12 | 0 | 3 | 273 | 136 | 66 |
| Binary | 11010 | 11011111 | 11111000 | 1011010 | 1010 | 0 | 11 | 10111011 | 1011110 | 110110 |
Color Harmonies of #1ADFF8
Complementary color
Monochromatic Colors of #1ADFF8
Black with #1ADFF8
Text Example
Text Example
White with #1ADFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFF8; }
p { color: rgb(26,223,248); }
H1.HeaderClassName
{
color: #1ADFF8;
}
.AnyTagClassName
{
color: #1ADFF8;
}
</style>
background-color css
<style>
a { background-color: #1ADFF8; }
a { background-color: rgb(26,223,248); }
div.DivClassName
{
background-color: #1ADFF8;
}
.BgClassName
{
background-color: #1ADFF8;
}
</style>
border-color css
<style>
span { border-color: #1ADFF8; }
span { border-color: rgb(26,223,248); }
td.TdClassName
{
border-color: #1ADFF8;
}
.TagClassName
{
border-color: #1ADFF8;
}
</style>