Shades of Turquoise #26EAC6
Tints of Turquoise #26EAC6
RGB
CMYK
RGB Variations
Color information
#26EAC6 (or 0x26EAC6) is known color: Turquoise. HEX triplet: 26, EA and C6. RGB value is (38,234,198). Sum of RGB (Red+Green+Blue) = 38+234+198=470 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.09% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #26EAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EAC6 is #D91539. Grayscale: #ABABAB. Windows color (decimal): -14226746 or 13036070. OLE color: 13036070.
HSL color Cylindrical-coordinate representation of color #26EAC6: hue angle of 168.98º 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 #26EAC6 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 234 | 198 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.08 |
| HSL | 168.98º | 0.82% | 0.53% | - |
| HSV(B) | 168.98º | 0.84% | 0.92% | - |
| XYZ | 40.42 | 63.33 | 63.52 | - |
| YUV | 171.29 | 143.07 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 234 | 198 | 0.84 | 0 | 0.15 | 0.08 | 168.98 | 0.82 | 0.53 |
| Hex | 26 | EA | C6 | 54 | 0 | F | 8 | A9 | 52 | 35 |
| Octal | 46 | 352 | 306 | 124 | 0 | 17 | 10 | 251 | 122 | 65 |
| Binary | 100110 | 11101010 | 11000110 | 1010100 | 0 | 1111 | 1000 | 10101001 | 1010010 | 110101 |
Color Harmonies of #26EAC6
Complementary color
Monochromatic Colors of #26EAC6
Black with #26EAC6
Text Example
Text Example
White with #26EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EAC6; }
p { color: rgb(38,234,198); }
H1.HeaderClassName
{
color: #26EAC6;
}
.AnyTagClassName
{
color: #26EAC6;
}
</style>
background-color css
<style>
a { background-color: #26EAC6; }
a { background-color: rgb(38,234,198); }
div.DivClassName
{
background-color: #26EAC6;
}
.BgClassName
{
background-color: #26EAC6;
}
</style>
border-color css
<style>
span { border-color: #26EAC6; }
span { border-color: rgb(38,234,198); }
td.TdClassName
{
border-color: #26EAC6;
}
.TagClassName
{
border-color: #26EAC6;
}
</style>