Shades of Turquoise #26ECC9
Tints of Turquoise #26ECC9
RGB
CMYK
RGB Variations
Color information
#26ECC9 (or 0x26ECC9) is known color: Turquoise. HEX triplet: 26, EC and C9. RGB value is (38,236,201). Sum of RGB (Red+Green+Blue) = 38+236+201=475 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #26ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26ECC9 is #D91336. Grayscale: #ACACAC. Windows color (decimal): -14226231 or 13233190. OLE color: 13233190.
HSL color Cylindrical-coordinate representation of color #26ECC9: hue angle of 169.39º degrees, saturation: 0.84, 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 #26ECC9 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 201 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.07 |
| HSL | 169.39º | 0.84% | 0.54% | - |
| HSV(B) | 169.39º | 0.84% | 0.93% | - |
| XYZ | 41.34 | 64.62 | 65.55 | - |
| YUV | 172.81 | 143.9 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 201 | 0.84 | 0 | 0.15 | 0.07 | 169.39 | 0.84 | 0.54 |
| Hex | 26 | EC | C9 | 54 | 0 | F | 7 | A9 | 54 | 36 |
| Octal | 46 | 354 | 311 | 124 | 0 | 17 | 7 | 251 | 124 | 66 |
| Binary | 100110 | 11101100 | 11001001 | 1010100 | 0 | 1111 | 111 | 10101001 | 1010100 | 110110 |
Color Harmonies of #26ECC9
Complementary color
Monochromatic Colors of #26ECC9
Black with #26ECC9
Text Example
Text Example
White with #26ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ECC9; }
p { color: rgb(38,236,201); }
H1.HeaderClassName
{
color: #26ECC9;
}
.AnyTagClassName
{
color: #26ECC9;
}
</style>
background-color css
<style>
a { background-color: #26ECC9; }
a { background-color: rgb(38,236,201); }
div.DivClassName
{
background-color: #26ECC9;
}
.BgClassName
{
background-color: #26ECC9;
}
</style>
border-color css
<style>
span { border-color: #26ECC9; }
span { border-color: rgb(38,236,201); }
td.TdClassName
{
border-color: #26ECC9;
}
.TagClassName
{
border-color: #26ECC9;
}
</style>