Shades of Turquoise #26EABF
Tints of Turquoise #26EABF
RGB
CMYK
RGB Variations
Color information
#26EABF (or 0x26EABF) is known color: Turquoise. HEX triplet: 26, EA and BF. RGB value is (38,234,191). Sum of RGB (Red+Green+Blue) = 38+234+191=463 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.21% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #26EABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EABF is #D91540. Grayscale: #AAAAAA. Windows color (decimal): -14226753 or 12577318. OLE color: 12577318.
HSL color Cylindrical-coordinate representation of color #26EABF: hue angle of 166.84º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EABF is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 234 | 191 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.08 |
| HSL | 166.84º | 0.82% | 0.53% | - |
| HSV(B) | 166.84º | 0.84% | 0.92% | - |
| XYZ | 39.63 | 63.02 | 59.37 | - |
| YUV | 170.49 | 139.57 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 234 | 191 | 0.84 | 0 | 0.18 | 0.08 | 166.84 | 0.82 | 0.53 |
| Hex | 26 | EA | BF | 54 | 0 | 12 | 8 | A7 | 52 | 35 |
| Octal | 46 | 352 | 277 | 124 | 0 | 22 | 10 | 247 | 122 | 65 |
| Binary | 100110 | 11101010 | 10111111 | 1010100 | 0 | 10010 | 1000 | 10100111 | 1010010 | 110101 |
Color Harmonies of #26EABF
Complementary color
Monochromatic Colors of #26EABF
Black with #26EABF
Text Example
Text Example
White with #26EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EABF; }
p { color: rgb(38,234,191); }
H1.HeaderClassName
{
color: #26EABF;
}
.AnyTagClassName
{
color: #26EABF;
}
</style>
background-color css
<style>
a { background-color: #26EABF; }
a { background-color: rgb(38,234,191); }
div.DivClassName
{
background-color: #26EABF;
}
.BgClassName
{
background-color: #26EABF;
}
</style>
border-color css
<style>
span { border-color: #26EABF; }
span { border-color: rgb(38,234,191); }
td.TdClassName
{
border-color: #26EABF;
}
.TagClassName
{
border-color: #26EABF;
}
</style>