Shades of Bright Turquoise #1AFAC7
Tints of Bright Turquoise #1AFAC7
RGB
CMYK
RGB Variations
Color information
#1AFAC7 (or 0x1AFAC7) is known color: Bright Turquoise. HEX triplet: 1A, FA and C7. RGB value is (26,250,199). Sum of RGB (Red+Green+Blue) = 26+250+199=475 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.47% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFAC7 is #E50538. Grayscale: #B1B1B1. Windows color (decimal): -15009081 or 13105690. OLE color: 13105690.
HSL color Cylindrical-coordinate representation of color #1AFAC7: hue angle of 166.34º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFAC7 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 199 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.02 |
| HSL | 166.34º | 0.96% | 0.54% | - |
| HSV(B) | 166.34º | 0.9% | 0.98% | - |
| XYZ | 44.92 | 72.71 | 65.7 | - |
| YUV | 177.21 | 140.29 | 20.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 199 | 0.90 | 0 | 0.20 | 0.02 | 166.34 | 0.96 | 0.54 |
| Hex | 1A | FA | C7 | 5A | 0 | 14 | 2 | A6 | 60 | 36 |
| Octal | 32 | 372 | 307 | 132 | 0 | 24 | 2 | 246 | 140 | 66 |
| Binary | 11010 | 11111010 | 11000111 | 1011010 | 0 | 10100 | 10 | 10100110 | 1100000 | 110110 |
Color Harmonies of #1AFAC7
Complementary color
Monochromatic Colors of #1AFAC7
Black with #1AFAC7
Text Example
Text Example
White with #1AFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAC7; }
p { color: rgb(26,250,199); }
H1.HeaderClassName
{
color: #1AFAC7;
}
.AnyTagClassName
{
color: #1AFAC7;
}
</style>
background-color css
<style>
a { background-color: #1AFAC7; }
a { background-color: rgb(26,250,199); }
div.DivClassName
{
background-color: #1AFAC7;
}
.BgClassName
{
background-color: #1AFAC7;
}
</style>
border-color css
<style>
span { border-color: #1AFAC7; }
span { border-color: rgb(26,250,199); }
td.TdClassName
{
border-color: #1AFAC7;
}
.TagClassName
{
border-color: #1AFAC7;
}
</style>