Shades of Bright Turquoise #1AFFE6
Tints of Bright Turquoise #1AFFE6
RGB
CMYK
RGB Variations
Color information
#1AFFE6 (or 0x1AFFE6) is known color: Bright Turquoise. HEX triplet: 1A, FF and E6. RGB value is (26,255,230). Sum of RGB (Red+Green+Blue) = 26+255+230=511 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.09% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFFE6 is #E50019. Grayscale: #B7B7B7. Windows color (decimal): -15007770 or 15138586. OLE color: 15138586.
HSL color Cylindrical-coordinate representation of color #1AFFE6: hue angle of 173.45º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFFE6 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 230 | - |
| CMYK | 0.90 | 0 | 0.10 | 0 |
| HSL | 173.45º | 1% | 0.55% | - |
| HSV(B) | 173.45º | 0.9% | 1% | - |
| XYZ | 50.47 | 77.45 | 87.15 | - |
| YUV | 183.68 | 154.13 | 15.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 230 | 0.90 | 0 | 0.10 | 0 | 173.45 | 1 | 0.55 |
| Hex | 1A | FF | E6 | 5A | 0 | A | 0 | AD | 64 | 37 |
| Octal | 32 | 377 | 346 | 132 | 0 | 12 | 0 | 255 | 144 | 67 |
| Binary | 11010 | 11111111 | 11100110 | 1011010 | 0 | 1010 | 0 | 10101101 | 1100100 | 110111 |
Color Harmonies of #1AFFE6
Complementary color
Monochromatic Colors of #1AFFE6
Black with #1AFFE6
Text Example
Text Example
White with #1AFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFE6; }
p { color: rgb(26,255,230); }
H1.HeaderClassName
{
color: #1AFFE6;
}
.AnyTagClassName
{
color: #1AFFE6;
}
</style>
background-color css
<style>
a { background-color: #1AFFE6; }
a { background-color: rgb(26,255,230); }
div.DivClassName
{
background-color: #1AFFE6;
}
.BgClassName
{
background-color: #1AFFE6;
}
</style>
border-color css
<style>
span { border-color: #1AFFE6; }
span { border-color: rgb(26,255,230); }
td.TdClassName
{
border-color: #1AFFE6;
}
.TagClassName
{
border-color: #1AFFE6;
}
</style>