Shades of Bright Turquoise #1AF0C6
Tints of Bright Turquoise #1AF0C6
RGB
CMYK
RGB Variations
Color information
#1AF0C6 (or 0x1AF0C6) is known color: Bright Turquoise. HEX triplet: 1A, F0 and C6. RGB value is (26,240,198). Sum of RGB (Red+Green+Blue) = 26+240+198=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF0C6 is #E50F39. Grayscale: #ABABAB. Windows color (decimal): -15011642 or 13037594. OLE color: 13037594.
HSL color Cylindrical-coordinate representation of color #1AF0C6: hue angle of 168.22º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF0C6 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 198 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.06 |
| HSL | 168.22º | 0.88% | 0.52% | - |
| HSV(B) | 168.22º | 0.89% | 0.94% | - |
| XYZ | 41.78 | 66.62 | 64.08 | - |
| YUV | 171.23 | 143.1 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 198 | 0.89 | 0 | 0.18 | 0.06 | 168.22 | 0.88 | 0.52 |
| Hex | 1A | F0 | C6 | 59 | 0 | 12 | 6 | A8 | 58 | 34 |
| Octal | 32 | 360 | 306 | 131 | 0 | 22 | 6 | 250 | 130 | 64 |
| Binary | 11010 | 11110000 | 11000110 | 1011001 | 0 | 10010 | 110 | 10101000 | 1011000 | 110100 |
Color Harmonies of #1AF0C6
Complementary color
Monochromatic Colors of #1AF0C6
Black with #1AF0C6
Text Example
Text Example
White with #1AF0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF0C6; }
p { color: rgb(26,240,198); }
H1.HeaderClassName
{
color: #1AF0C6;
}
.AnyTagClassName
{
color: #1AF0C6;
}
</style>
background-color css
<style>
a { background-color: #1AF0C6; }
a { background-color: rgb(26,240,198); }
div.DivClassName
{
background-color: #1AF0C6;
}
.BgClassName
{
background-color: #1AF0C6;
}
</style>
border-color css
<style>
span { border-color: #1AF0C6; }
span { border-color: rgb(26,240,198); }
td.TdClassName
{
border-color: #1AF0C6;
}
.TagClassName
{
border-color: #1AF0C6;
}
</style>