Shades of Bright Turquoise #1AFAC5
Tints of Bright Turquoise #1AFAC5
RGB
CMYK
RGB Variations
Color information
#1AFAC5 (or 0x1AFAC5) is known color: Bright Turquoise. HEX triplet: 1A, FA and C5. RGB value is (26,250,197). Sum of RGB (Red+Green+Blue) = 26+250+197=473 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.50% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFAC5 is #E5053A. Grayscale: #B0B0B0. Windows color (decimal): -15009083 or 12974618. OLE color: 12974618.
HSL color Cylindrical-coordinate representation of color #1AFAC5: hue angle of 165.8º 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 #1AFAC5 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 197 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.02 |
| HSL | 165.8º | 0.96% | 0.54% | - |
| HSV(B) | 165.8º | 0.9% | 0.98% | - |
| XYZ | 44.69 | 72.62 | 64.49 | - |
| YUV | 176.98 | 139.29 | 20.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 197 | 0.90 | 0 | 0.21 | 0.02 | 165.8 | 0.96 | 0.54 |
| Hex | 1A | FA | C5 | 5A | 0 | 15 | 2 | A6 | 60 | 36 |
| Octal | 32 | 372 | 305 | 132 | 0 | 25 | 2 | 246 | 140 | 66 |
| Binary | 11010 | 11111010 | 11000101 | 1011010 | 0 | 10101 | 10 | 10100110 | 1100000 | 110110 |
Color Harmonies of #1AFAC5
Complementary color
Monochromatic Colors of #1AFAC5
Black with #1AFAC5
Text Example
Text Example
White with #1AFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAC5; }
p { color: rgb(26,250,197); }
H1.HeaderClassName
{
color: #1AFAC5;
}
.AnyTagClassName
{
color: #1AFAC5;
}
</style>
background-color css
<style>
a { background-color: #1AFAC5; }
a { background-color: rgb(26,250,197); }
div.DivClassName
{
background-color: #1AFAC5;
}
.BgClassName
{
background-color: #1AFAC5;
}
</style>
border-color css
<style>
span { border-color: #1AFAC5; }
span { border-color: rgb(26,250,197); }
td.TdClassName
{
border-color: #1AFAC5;
}
.TagClassName
{
border-color: #1AFAC5;
}
</style>