Shades of Turquoise #26EEC1
Tints of Turquoise #26EEC1
RGB
CMYK
RGB Variations
Color information
#26EEC1 (or 0x26EEC1) is known color: Turquoise. HEX triplet: 26, EE and C1. RGB value is (38,238,193). Sum of RGB (Red+Green+Blue) = 38+238+193=469 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.10% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #26EEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EEC1 is #D9113E. Grayscale: #ADADAD. Windows color (decimal): -14225727 or 12709414. OLE color: 12709414.
HSL color Cylindrical-coordinate representation of color #26EEC1: hue angle of 166.5º 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 #26EEC1 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 193 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.07 |
| HSL | 166.5º | 0.85% | 0.54% | - |
| HSV(B) | 166.5º | 0.84% | 0.93% | - |
| XYZ | 41 | 65.41 | 60.92 | - |
| YUV | 173.07 | 139.24 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 193 | 0.84 | 0 | 0.19 | 0.07 | 166.5 | 0.85 | 0.54 |
| Hex | 26 | EE | C1 | 54 | 0 | 13 | 7 | A6 | 55 | 36 |
| Octal | 46 | 356 | 301 | 124 | 0 | 23 | 7 | 246 | 125 | 66 |
| Binary | 100110 | 11101110 | 11000001 | 1010100 | 0 | 10011 | 111 | 10100110 | 1010101 | 110110 |
Color Harmonies of #26EEC1
Complementary color
Monochromatic Colors of #26EEC1
Black with #26EEC1
Text Example
Text Example
White with #26EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EEC1; }
p { color: rgb(38,238,193); }
H1.HeaderClassName
{
color: #26EEC1;
}
.AnyTagClassName
{
color: #26EEC1;
}
</style>
background-color css
<style>
a { background-color: #26EEC1; }
a { background-color: rgb(38,238,193); }
div.DivClassName
{
background-color: #26EEC1;
}
.BgClassName
{
background-color: #26EEC1;
}
</style>
border-color css
<style>
span { border-color: #26EEC1; }
span { border-color: rgb(38,238,193); }
td.TdClassName
{
border-color: #26EEC1;
}
.TagClassName
{
border-color: #26EEC1;
}
</style>