Shades of Turquoise #26F5BA
Tints of Turquoise #26F5BA
RGB
CMYK
RGB Variations
Color information
#26F5BA (or 0x26F5BA) is known color: Turquoise. HEX triplet: 26, F5 and BA. RGB value is (38,245,186). Sum of RGB (Red+Green+Blue) = 38+245+186=469 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.10% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #26F5BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26F5BA is #D90A45. Grayscale: #B0B0B0. Windows color (decimal): -14223942 or 12252454. OLE color: 12252454.
HSL color Cylindrical-coordinate representation of color #26F5BA: hue angle of 162.9º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F5BA is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 245 | 186 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.04 |
| HSL | 162.9º | 0.91% | 0.55% | - |
| HSV(B) | 162.9º | 0.84% | 0.96% | - |
| XYZ | 42.31 | 69.26 | 57.59 | - |
| YUV | 176.38 | 133.42 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 245 | 186 | 0.84 | 0 | 0.24 | 0.04 | 162.9 | 0.91 | 0.55 |
| Hex | 26 | F5 | BA | 54 | 0 | 18 | 4 | A3 | 5B | 37 |
| Octal | 46 | 365 | 272 | 124 | 0 | 30 | 4 | 243 | 133 | 67 |
| Binary | 100110 | 11110101 | 10111010 | 1010100 | 0 | 11000 | 100 | 10100011 | 1011011 | 110111 |
Color Harmonies of #26F5BA
Complementary color
Monochromatic Colors of #26F5BA
Black with #26F5BA
Text Example
Text Example
White with #26F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F5BA; }
p { color: rgb(38,245,186); }
H1.HeaderClassName
{
color: #26F5BA;
}
.AnyTagClassName
{
color: #26F5BA;
}
</style>
background-color css
<style>
a { background-color: #26F5BA; }
a { background-color: rgb(38,245,186); }
div.DivClassName
{
background-color: #26F5BA;
}
.BgClassName
{
background-color: #26F5BA;
}
</style>
border-color css
<style>
span { border-color: #26F5BA; }
span { border-color: rgb(38,245,186); }
td.TdClassName
{
border-color: #26F5BA;
}
.TagClassName
{
border-color: #26F5BA;
}
</style>