Shades of Turquoise #26EEC6
Tints of Turquoise #26EEC6
RGB
CMYK
RGB Variations
Color information
#26EEC6 (or 0x26EEC6) is known color: Turquoise. HEX triplet: 26, EE and C6. RGB value is (38,238,198). Sum of RGB (Red+Green+Blue) = 38+238+198=474 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.02% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #26EEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EEC6 is #D91139. Grayscale: #ADADAD. Windows color (decimal): -14225722 or 13037094. OLE color: 13037094.
HSL color Cylindrical-coordinate representation of color #26EEC6: hue angle of 168º degrees, saturation: 0.85, 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 #26EEC6 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 198 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.07 |
| HSL | 168º | 0.85% | 0.54% | - |
| HSV(B) | 168º | 0.84% | 0.93% | - |
| XYZ | 41.57 | 65.64 | 63.9 | - |
| YUV | 173.64 | 141.74 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 198 | 0.84 | 0 | 0.17 | 0.07 | 168 | 0.85 | 0.54 |
| Hex | 26 | EE | C6 | 54 | 0 | 11 | 7 | A8 | 55 | 36 |
| Octal | 46 | 356 | 306 | 124 | 0 | 21 | 7 | 250 | 125 | 66 |
| Binary | 100110 | 11101110 | 11000110 | 1010100 | 0 | 10001 | 111 | 10101000 | 1010101 | 110110 |
Color Harmonies of #26EEC6
Complementary color
Monochromatic Colors of #26EEC6
Black with #26EEC6
Text Example
Text Example
White with #26EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EEC6; }
p { color: rgb(38,238,198); }
H1.HeaderClassName
{
color: #26EEC6;
}
.AnyTagClassName
{
color: #26EEC6;
}
</style>
background-color css
<style>
a { background-color: #26EEC6; }
a { background-color: rgb(38,238,198); }
div.DivClassName
{
background-color: #26EEC6;
}
.BgClassName
{
background-color: #26EEC6;
}
</style>
border-color css
<style>
span { border-color: #26EEC6; }
span { border-color: rgb(38,238,198); }
td.TdClassName
{
border-color: #26EEC6;
}
.TagClassName
{
border-color: #26EEC6;
}
</style>