Shades of Bright Turquoise #1ADFF7
Tints of Bright Turquoise #1ADFF7
RGB
CMYK
RGB Variations
Color information
#1ADFF7 (or 0x1ADFF7) is known color: Bright Turquoise. HEX triplet: 1A, DF and F7. RGB value is (26,223,247). Sum of RGB (Red+Green+Blue) = 26+223+247=496 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.24% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #1ADFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFF7 is #E52008. Grayscale: #A6A6A6. Windows color (decimal): -15015945 or 16244506. OLE color: 16244506.
HSL color Cylindrical-coordinate representation of color #1ADFF7: hue angle of 186.52º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADFF7 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 223 | 247 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.03 |
| HSL | 186.52º | 0.93% | 0.54% | - |
| HSV(B) | 186.52º | 0.89% | 0.97% | - |
| XYZ | 43.6 | 59.71 | 97.22 | - |
| YUV | 166.83 | 173.23 | 27.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 247 | 0.89 | 0.10 | 0 | 0.03 | 186.52 | 0.93 | 0.54 |
| Hex | 1A | DF | F7 | 59 | A | 0 | 3 | BB | 5D | 36 |
| Octal | 32 | 337 | 367 | 131 | 12 | 0 | 3 | 273 | 135 | 66 |
| Binary | 11010 | 11011111 | 11110111 | 1011001 | 1010 | 0 | 11 | 10111011 | 1011101 | 110110 |
Color Harmonies of #1ADFF7
Complementary color
Monochromatic Colors of #1ADFF7
Black with #1ADFF7
Text Example
Text Example
White with #1ADFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFF7; }
p { color: rgb(26,223,247); }
H1.HeaderClassName
{
color: #1ADFF7;
}
.AnyTagClassName
{
color: #1ADFF7;
}
</style>
background-color css
<style>
a { background-color: #1ADFF7; }
a { background-color: rgb(26,223,247); }
div.DivClassName
{
background-color: #1ADFF7;
}
.BgClassName
{
background-color: #1ADFF7;
}
</style>
border-color css
<style>
span { border-color: #1ADFF7; }
span { border-color: rgb(26,223,247); }
td.TdClassName
{
border-color: #1ADFF7;
}
.TagClassName
{
border-color: #1ADFF7;
}
</style>