Shades of Bright Turquoise #1AF7C6
Tints of Bright Turquoise #1AF7C6
RGB
CMYK
RGB Variations
Color information
#1AF7C6 (or 0x1AF7C6) is known color: Bright Turquoise. HEX triplet: 1A, F7 and C6. RGB value is (26,247,198). Sum of RGB (Red+Green+Blue) = 26+247+198=471 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.52% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF7C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF7C6 is #E50839. Grayscale: #AFAFAF. Windows color (decimal): -15009850 or 13039386. OLE color: 13039386.
HSL color Cylindrical-coordinate representation of color #1AF7C6: hue angle of 166.7º 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 #1AF7C6 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 247 | 198 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.03 |
| HSL | 166.7º | 0.93% | 0.54% | - |
| HSV(B) | 166.7º | 0.89% | 0.97% | - |
| XYZ | 43.88 | 70.82 | 64.78 | - |
| YUV | 175.34 | 140.78 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 247 | 198 | 0.89 | 0 | 0.20 | 0.03 | 166.7 | 0.93 | 0.54 |
| Hex | 1A | F7 | C6 | 59 | 0 | 14 | 3 | A7 | 5D | 36 |
| Octal | 32 | 367 | 306 | 131 | 0 | 24 | 3 | 247 | 135 | 66 |
| Binary | 11010 | 11110111 | 11000110 | 1011001 | 0 | 10100 | 11 | 10100111 | 1011101 | 110110 |
Color Harmonies of #1AF7C6
Complementary color
Monochromatic Colors of #1AF7C6
Black with #1AF7C6
Text Example
Text Example
White with #1AF7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF7C6; }
p { color: rgb(26,247,198); }
H1.HeaderClassName
{
color: #1AF7C6;
}
.AnyTagClassName
{
color: #1AF7C6;
}
</style>
background-color css
<style>
a { background-color: #1AF7C6; }
a { background-color: rgb(26,247,198); }
div.DivClassName
{
background-color: #1AF7C6;
}
.BgClassName
{
background-color: #1AF7C6;
}
</style>
border-color css
<style>
span { border-color: #1AF7C6; }
span { border-color: rgb(26,247,198); }
td.TdClassName
{
border-color: #1AF7C6;
}
.TagClassName
{
border-color: #1AF7C6;
}
</style>