Shades of Bright Turquoise #1AFAC9
Tints of Bright Turquoise #1AFAC9
RGB
CMYK
RGB Variations
Color information
#1AFAC9 (or 0x1AFAC9) is known color: Bright Turquoise. HEX triplet: 1A, FA and C9. RGB value is (26,250,201). Sum of RGB (Red+Green+Blue) = 26+250+201=477 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.45% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFAC9 is #E50536. Grayscale: #B1B1B1. Windows color (decimal): -15009079 or 13236762. OLE color: 13236762.
HSL color Cylindrical-coordinate representation of color #1AFAC9: hue angle of 166.88º 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 #1AFAC9 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 201 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.02 |
| HSL | 166.88º | 0.96% | 0.54% | - |
| HSV(B) | 166.88º | 0.9% | 0.98% | - |
| XYZ | 45.15 | 72.81 | 66.93 | - |
| YUV | 177.44 | 141.29 | 19.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 201 | 0.90 | 0 | 0.20 | 0.02 | 166.88 | 0.96 | 0.54 |
| Hex | 1A | FA | C9 | 5A | 0 | 14 | 2 | A7 | 60 | 36 |
| Octal | 32 | 372 | 311 | 132 | 0 | 24 | 2 | 247 | 140 | 66 |
| Binary | 11010 | 11111010 | 11001001 | 1011010 | 0 | 10100 | 10 | 10100111 | 1100000 | 110110 |
Color Harmonies of #1AFAC9
Complementary color
Monochromatic Colors of #1AFAC9
Black with #1AFAC9
Text Example
Text Example
White with #1AFAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAC9; }
p { color: rgb(26,250,201); }
H1.HeaderClassName
{
color: #1AFAC9;
}
.AnyTagClassName
{
color: #1AFAC9;
}
</style>
background-color css
<style>
a { background-color: #1AFAC9; }
a { background-color: rgb(26,250,201); }
div.DivClassName
{
background-color: #1AFAC9;
}
.BgClassName
{
background-color: #1AFAC9;
}
</style>
border-color css
<style>
span { border-color: #1AFAC9; }
span { border-color: rgb(26,250,201); }
td.TdClassName
{
border-color: #1AFAC9;
}
.TagClassName
{
border-color: #1AFAC9;
}
</style>