Shades of Turquoise #26FABC
Tints of Turquoise #26FABC
RGB
CMYK
RGB Variations
Color information
#26FABC (or 0x26FABC) is known color: Turquoise. HEX triplet: 26, FA and BC. RGB value is (38,250,188). Sum of RGB (Red+Green+Blue) = 38+250+188=476 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.98% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #26FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FABC is #D90543. Grayscale: #B3B3B3. Windows color (decimal): -14222660 or 12384806. OLE color: 12384806.
HSL color Cylindrical-coordinate representation of color #26FABC: hue angle of 162.45º 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 #26FABC is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 188 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.02 |
| HSL | 162.45º | 0.95% | 0.56% | - |
| HSV(B) | 162.45º | 0.85% | 0.98% | - |
| XYZ | 44.06 | 72.41 | 59.23 | - |
| YUV | 179.54 | 132.76 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 188 | 0.85 | 0 | 0.25 | 0.02 | 162.45 | 0.95 | 0.56 |
| Hex | 26 | FA | BC | 55 | 0 | 19 | 2 | A2 | 5F | 38 |
| Octal | 46 | 372 | 274 | 125 | 0 | 31 | 2 | 242 | 137 | 70 |
| Binary | 100110 | 11111010 | 10111100 | 1010101 | 0 | 11001 | 10 | 10100010 | 1011111 | 111000 |
Color Harmonies of #26FABC
Complementary color
Monochromatic Colors of #26FABC
Black with #26FABC
Text Example
Text Example
White with #26FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FABC; }
p { color: rgb(38,250,188); }
H1.HeaderClassName
{
color: #26FABC;
}
.AnyTagClassName
{
color: #26FABC;
}
</style>
background-color css
<style>
a { background-color: #26FABC; }
a { background-color: rgb(38,250,188); }
div.DivClassName
{
background-color: #26FABC;
}
.BgClassName
{
background-color: #26FABC;
}
</style>
border-color css
<style>
span { border-color: #26FABC; }
span { border-color: rgb(38,250,188); }
td.TdClassName
{
border-color: #26FABC;
}
.TagClassName
{
border-color: #26FABC;
}
</style>