Shades of Bright Turquoise #1AFABF
Tints of Bright Turquoise #1AFABF
RGB
CMYK
RGB Variations
Color information
#1AFABF (or 0x1AFABF) is known color: Bright Turquoise. HEX triplet: 1A, FA and BF. RGB value is (26,250,191). Sum of RGB (Red+Green+Blue) = 26+250+191=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFABF is #E50540. Grayscale: #B0B0B0. Windows color (decimal): -15009089 or 12581402. OLE color: 12581402.
HSL color Cylindrical-coordinate representation of color #1AFABF: hue angle of 164.2º 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 #1AFABF is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 191 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.02 |
| HSL | 164.2º | 0.96% | 0.54% | - |
| HSV(B) | 164.2º | 0.9% | 0.98% | - |
| XYZ | 44.02 | 72.35 | 60.94 | - |
| YUV | 176.3 | 136.29 | 20.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 191 | 0.90 | 0 | 0.24 | 0.02 | 164.2 | 0.96 | 0.54 |
| Hex | 1A | FA | BF | 5A | 0 | 18 | 2 | A4 | 60 | 36 |
| Octal | 32 | 372 | 277 | 132 | 0 | 30 | 2 | 244 | 140 | 66 |
| Binary | 11010 | 11111010 | 10111111 | 1011010 | 0 | 11000 | 10 | 10100100 | 1100000 | 110110 |
Color Harmonies of #1AFABF
Complementary color
Monochromatic Colors of #1AFABF
Black with #1AFABF
Text Example
Text Example
White with #1AFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFABF; }
p { color: rgb(26,250,191); }
H1.HeaderClassName
{
color: #1AFABF;
}
.AnyTagClassName
{
color: #1AFABF;
}
</style>
background-color css
<style>
a { background-color: #1AFABF; }
a { background-color: rgb(26,250,191); }
div.DivClassName
{
background-color: #1AFABF;
}
.BgClassName
{
background-color: #1AFABF;
}
</style>
border-color css
<style>
span { border-color: #1AFABF; }
span { border-color: rgb(26,250,191); }
td.TdClassName
{
border-color: #1AFABF;
}
.TagClassName
{
border-color: #1AFABF;
}
</style>