Shades of Turquoise #26E8C6
Tints of Turquoise #26E8C6
RGB
CMYK
RGB Variations
Color information
#26E8C6 (or 0x26E8C6) is known color: Turquoise. HEX triplet: 26, E8 and C6. RGB value is (38,232,198). Sum of RGB (Red+Green+Blue) = 38+232+198=468 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.12% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #26E8C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26E8C6 is #D91739. Grayscale: #AAAAAA. Windows color (decimal): -14227258 or 13035558. OLE color: 13035558.
HSL color Cylindrical-coordinate representation of color #26E8C6: hue angle of 169.48º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26E8C6 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 232 | 198 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.09 |
| HSL | 169.48º | 0.81% | 0.53% | - |
| HSV(B) | 169.48º | 0.84% | 0.91% | - |
| XYZ | 39.85 | 62.2 | 63.33 | - |
| YUV | 170.12 | 143.73 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 232 | 198 | 0.84 | 0 | 0.15 | 0.09 | 169.48 | 0.81 | 0.53 |
| Hex | 26 | E8 | C6 | 54 | 0 | F | 9 | A9 | 51 | 35 |
| Octal | 46 | 350 | 306 | 124 | 0 | 17 | 11 | 251 | 121 | 65 |
| Binary | 100110 | 11101000 | 11000110 | 1010100 | 0 | 1111 | 1001 | 10101001 | 1010001 | 110101 |
Color Harmonies of #26E8C6
Complementary color
Monochromatic Colors of #26E8C6
Black with #26E8C6
Text Example
Text Example
White with #26E8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E8C6; }
p { color: rgb(38,232,198); }
H1.HeaderClassName
{
color: #26E8C6;
}
.AnyTagClassName
{
color: #26E8C6;
}
</style>
background-color css
<style>
a { background-color: #26E8C6; }
a { background-color: rgb(38,232,198); }
div.DivClassName
{
background-color: #26E8C6;
}
.BgClassName
{
background-color: #26E8C6;
}
</style>
border-color css
<style>
span { border-color: #26E8C6; }
span { border-color: rgb(38,232,198); }
td.TdClassName
{
border-color: #26E8C6;
}
.TagClassName
{
border-color: #26E8C6;
}
</style>