Shades of Turquoise #26EEBB
Tints of Turquoise #26EEBB
RGB
CMYK
RGB Variations
Color information
#26EEBB (or 0x26EEBB) is known color: Turquoise. HEX triplet: 26, EE and BB. RGB value is (38,238,187). Sum of RGB (Red+Green+Blue) = 38+238+187=463 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.21% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #26EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EEBB is #D91144. Grayscale: #ACACAC. Windows color (decimal): -14225733 or 12316198. OLE color: 12316198.
HSL color Cylindrical-coordinate representation of color #26EEBB: hue angle of 164.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EEBB is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 187 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.07 |
| HSL | 164.7º | 0.85% | 0.54% | - |
| HSV(B) | 164.7º | 0.84% | 0.93% | - |
| XYZ | 40.34 | 65.15 | 57.46 | - |
| YUV | 172.39 | 136.24 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 187 | 0.84 | 0 | 0.21 | 0.07 | 164.7 | 0.85 | 0.54 |
| Hex | 26 | EE | BB | 54 | 0 | 15 | 7 | A5 | 55 | 36 |
| Octal | 46 | 356 | 273 | 124 | 0 | 25 | 7 | 245 | 125 | 66 |
| Binary | 100110 | 11101110 | 10111011 | 1010100 | 0 | 10101 | 111 | 10100101 | 1010101 | 110110 |
Color Harmonies of #26EEBB
Complementary color
Monochromatic Colors of #26EEBB
Black with #26EEBB
Text Example
Text Example
White with #26EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EEBB; }
p { color: rgb(38,238,187); }
H1.HeaderClassName
{
color: #26EEBB;
}
.AnyTagClassName
{
color: #26EEBB;
}
</style>
background-color css
<style>
a { background-color: #26EEBB; }
a { background-color: rgb(38,238,187); }
div.DivClassName
{
background-color: #26EEBB;
}
.BgClassName
{
background-color: #26EEBB;
}
</style>
border-color css
<style>
span { border-color: #26EEBB; }
span { border-color: rgb(38,238,187); }
td.TdClassName
{
border-color: #26EEBB;
}
.TagClassName
{
border-color: #26EEBB;
}
</style>