Shades of Bright Turquoise #1AF6E8
Tints of Bright Turquoise #1AF6E8
RGB
CMYK
RGB Variations
Color information
#1AF6E8 (or 0x1AF6E8) is known color: Bright Turquoise. HEX triplet: 1A, F6 and E8. RGB value is (26,246,232). Sum of RGB (Red+Green+Blue) = 26+246+232=504 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.16% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF6E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF6E8 is #E50917. Grayscale: #B2B2B2. Windows color (decimal): -15010072 or 15267354. OLE color: 15267354.
HSL color Cylindrical-coordinate representation of color #1AF6E8: hue angle of 176.18º degrees, saturation: 0.92, 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 #1AF6E8 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 232 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.04 |
| HSL | 176.18º | 0.92% | 0.53% | - |
| HSV(B) | 176.18º | 0.89% | 0.96% | - |
| XYZ | 47.95 | 71.96 | 87.71 | - |
| YUV | 178.62 | 158.11 | 19.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 232 | 0.89 | 0 | 0.06 | 0.04 | 176.18 | 0.92 | 0.53 |
| Hex | 1A | F6 | E8 | 59 | 0 | 6 | 4 | B0 | 5C | 35 |
| Octal | 32 | 366 | 350 | 131 | 0 | 6 | 4 | 260 | 134 | 65 |
| Binary | 11010 | 11110110 | 11101000 | 1011001 | 0 | 110 | 100 | 10110000 | 1011100 | 110101 |
Color Harmonies of #1AF6E8
Complementary color
Monochromatic Colors of #1AF6E8
Black with #1AF6E8
Text Example
Text Example
White with #1AF6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF6E8; }
p { color: rgb(26,246,232); }
H1.HeaderClassName
{
color: #1AF6E8;
}
.AnyTagClassName
{
color: #1AF6E8;
}
</style>
background-color css
<style>
a { background-color: #1AF6E8; }
a { background-color: rgb(26,246,232); }
div.DivClassName
{
background-color: #1AF6E8;
}
.BgClassName
{
background-color: #1AF6E8;
}
</style>
border-color css
<style>
span { border-color: #1AF6E8; }
span { border-color: rgb(26,246,232); }
td.TdClassName
{
border-color: #1AF6E8;
}
.TagClassName
{
border-color: #1AF6E8;
}
</style>