Shades of Turquoise #26E8D5
Tints of Turquoise #26E8D5
RGB
CMYK
RGB Variations
Color information
#26E8D5 (or 0x26E8D5) is known color: Turquoise. HEX triplet: 26, E8 and D5. RGB value is (38,232,213). Sum of RGB (Red+Green+Blue) = 38+232+213=483 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.87% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #26E8D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26E8D5 is #D9172A. Grayscale: #ABABAB. Windows color (decimal): -14227243 or 14018598. OLE color: 14018598.
HSL color Cylindrical-coordinate representation of color #26E8D5: hue angle of 174.12º 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 #26E8D5 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 232 | 213 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.09 |
| HSL | 174.12º | 0.81% | 0.53% | - |
| HSV(B) | 174.12º | 0.84% | 0.91% | - |
| XYZ | 41.67 | 62.93 | 72.9 | - |
| YUV | 171.83 | 151.23 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 232 | 213 | 0.84 | 0 | 0.08 | 0.09 | 174.12 | 0.81 | 0.53 |
| Hex | 26 | E8 | D5 | 54 | 0 | 8 | 9 | AE | 51 | 35 |
| Octal | 46 | 350 | 325 | 124 | 0 | 10 | 11 | 256 | 121 | 65 |
| Binary | 100110 | 11101000 | 11010101 | 1010100 | 0 | 1000 | 1001 | 10101110 | 1010001 | 110101 |
Color Harmonies of #26E8D5
Complementary color
Monochromatic Colors of #26E8D5
Black with #26E8D5
Text Example
Text Example
White with #26E8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E8D5; }
p { color: rgb(38,232,213); }
H1.HeaderClassName
{
color: #26E8D5;
}
.AnyTagClassName
{
color: #26E8D5;
}
</style>
background-color css
<style>
a { background-color: #26E8D5; }
a { background-color: rgb(38,232,213); }
div.DivClassName
{
background-color: #26E8D5;
}
.BgClassName
{
background-color: #26E8D5;
}
</style>
border-color css
<style>
span { border-color: #26E8D5; }
span { border-color: rgb(38,232,213); }
td.TdClassName
{
border-color: #26E8D5;
}
.TagClassName
{
border-color: #26E8D5;
}
</style>