Shades of Turquoise #26EEBC
Tints of Turquoise #26EEBC
RGB
CMYK
RGB Variations
Color information
#26EEBC (or 0x26EEBC) is known color: Turquoise. HEX triplet: 26, EE and BC. RGB value is (38,238,188). Sum of RGB (Red+Green+Blue) = 38+238+188=464 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.19% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #26EEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EEBC is #D91143. Grayscale: #ACACAC. Windows color (decimal): -14225732 or 12381734. OLE color: 12381734.
HSL color Cylindrical-coordinate representation of color #26EEBC: hue angle of 165º 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 #26EEBC is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 188 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.07 |
| HSL | 165º | 0.85% | 0.54% | - |
| HSV(B) | 165º | 0.84% | 0.93% | - |
| XYZ | 40.45 | 65.19 | 58.03 | - |
| YUV | 172.5 | 136.74 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 188 | 0.84 | 0 | 0.21 | 0.07 | 165 | 0.85 | 0.54 |
| Hex | 26 | EE | BC | 54 | 0 | 15 | 7 | A5 | 55 | 36 |
| Octal | 46 | 356 | 274 | 124 | 0 | 25 | 7 | 245 | 125 | 66 |
| Binary | 100110 | 11101110 | 10111100 | 1010100 | 0 | 10101 | 111 | 10100101 | 1010101 | 110110 |
Color Harmonies of #26EEBC
Complementary color
Monochromatic Colors of #26EEBC
Black with #26EEBC
Text Example
Text Example
White with #26EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EEBC; }
p { color: rgb(38,238,188); }
H1.HeaderClassName
{
color: #26EEBC;
}
.AnyTagClassName
{
color: #26EEBC;
}
</style>
background-color css
<style>
a { background-color: #26EEBC; }
a { background-color: rgb(38,238,188); }
div.DivClassName
{
background-color: #26EEBC;
}
.BgClassName
{
background-color: #26EEBC;
}
</style>
border-color css
<style>
span { border-color: #26EEBC; }
span { border-color: rgb(38,238,188); }
td.TdClassName
{
border-color: #26EEBC;
}
.TagClassName
{
border-color: #26EEBC;
}
</style>