Shades of Turquoise #26FFBE
Tints of Turquoise #26FFBE
RGB
CMYK
RGB Variations
Color information
#26FFBE (or 0x26FFBE) is known color: Turquoise. HEX triplet: 26, FF and BE. RGB value is (38,255,190). Sum of RGB (Red+Green+Blue) = 38+255+190=483 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.87% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #26FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FFBE is #D90041. Grayscale: #B6B6B6. Windows color (decimal): -14221378 or 12517158. OLE color: 12517158.
HSL color Cylindrical-coordinate representation of color #26FFBE: hue angle of 162.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FFBE is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 255 | 190 | - |
| CMYK | 0.85 | 0 | 0.25 | 0 |
| HSL | 162.03º | 1% | 0.57% | - |
| HSV(B) | 162.03º | 0.85% | 1% | - |
| XYZ | 45.85 | 75.65 | 60.9 | - |
| YUV | 182.71 | 132.11 | 24.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 255 | 190 | 0.85 | 0 | 0.25 | 0 | 162.03 | 1 | 0.57 |
| Hex | 26 | FF | BE | 55 | 0 | 19 | 0 | A2 | 64 | 39 |
| Octal | 46 | 377 | 276 | 125 | 0 | 31 | 0 | 242 | 144 | 71 |
| Binary | 100110 | 11111111 | 10111110 | 1010101 | 0 | 11001 | 0 | 10100010 | 1100100 | 111001 |
Color Harmonies of #26FFBE
Complementary color
Monochromatic Colors of #26FFBE
Black with #26FFBE
Text Example
Text Example
White with #26FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FFBE; }
p { color: rgb(38,255,190); }
H1.HeaderClassName
{
color: #26FFBE;
}
.AnyTagClassName
{
color: #26FFBE;
}
</style>
background-color css
<style>
a { background-color: #26FFBE; }
a { background-color: rgb(38,255,190); }
div.DivClassName
{
background-color: #26FFBE;
}
.BgClassName
{
background-color: #26FFBE;
}
</style>
border-color css
<style>
span { border-color: #26FFBE; }
span { border-color: rgb(38,255,190); }
td.TdClassName
{
border-color: #26FFBE;
}
.TagClassName
{
border-color: #26FFBE;
}
</style>