Shades of Turquoise #26FABF
Tints of Turquoise #26FABF
RGB
CMYK
RGB Variations
Color information
#26FABF (or 0x26FABF) is known color: Turquoise. HEX triplet: 26, FA and BF. RGB value is (38,250,191). Sum of RGB (Red+Green+Blue) = 38+250+191=479 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.93% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #26FABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FABF is #D90540. Grayscale: #B3B3B3. Windows color (decimal): -14222657 or 12581414. OLE color: 12581414.
HSL color Cylindrical-coordinate representation of color #26FABF: hue angle of 163.3º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FABF is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 191 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.02 |
| HSL | 163.3º | 0.95% | 0.56% | - |
| HSV(B) | 163.3º | 0.85% | 0.98% | - |
| XYZ | 44.39 | 72.54 | 60.95 | - |
| YUV | 179.89 | 134.26 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 191 | 0.85 | 0 | 0.24 | 0.02 | 163.3 | 0.95 | 0.56 |
| Hex | 26 | FA | BF | 55 | 0 | 18 | 2 | A3 | 5F | 38 |
| Octal | 46 | 372 | 277 | 125 | 0 | 30 | 2 | 243 | 137 | 70 |
| Binary | 100110 | 11111010 | 10111111 | 1010101 | 0 | 11000 | 10 | 10100011 | 1011111 | 111000 |
Color Harmonies of #26FABF
Complementary color
Monochromatic Colors of #26FABF
Black with #26FABF
Text Example
Text Example
White with #26FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FABF; }
p { color: rgb(38,250,191); }
H1.HeaderClassName
{
color: #26FABF;
}
.AnyTagClassName
{
color: #26FABF;
}
</style>
background-color css
<style>
a { background-color: #26FABF; }
a { background-color: rgb(38,250,191); }
div.DivClassName
{
background-color: #26FABF;
}
.BgClassName
{
background-color: #26FABF;
}
</style>
border-color css
<style>
span { border-color: #26FABF; }
span { border-color: rgb(38,250,191); }
td.TdClassName
{
border-color: #26FABF;
}
.TagClassName
{
border-color: #26FABF;
}
</style>