Shades of Turquoise #26EEC5
Tints of Turquoise #26EEC5
RGB
CMYK
RGB Variations
Color information
#26EEC5 (or 0x26EEC5) is known color: Turquoise. HEX triplet: 26, EE and C5. RGB value is (38,238,197). Sum of RGB (Red+Green+Blue) = 38+238+197=473 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.03% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #26EEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EEC5 is #D9113A. Grayscale: #ADADAD. Windows color (decimal): -14225723 or 12971558. OLE color: 12971558.
HSL color Cylindrical-coordinate representation of color #26EEC5: hue angle of 167.7º 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 #26EEC5 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 197 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.07 |
| HSL | 167.7º | 0.85% | 0.54% | - |
| HSV(B) | 167.7º | 0.84% | 0.93% | - |
| XYZ | 41.45 | 65.59 | 63.3 | - |
| YUV | 173.53 | 141.24 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 197 | 0.84 | 0 | 0.17 | 0.07 | 167.7 | 0.85 | 0.54 |
| Hex | 26 | EE | C5 | 54 | 0 | 11 | 7 | A8 | 55 | 36 |
| Octal | 46 | 356 | 305 | 124 | 0 | 21 | 7 | 250 | 125 | 66 |
| Binary | 100110 | 11101110 | 11000101 | 1010100 | 0 | 10001 | 111 | 10101000 | 1010101 | 110110 |
Color Harmonies of #26EEC5
Complementary color
Monochromatic Colors of #26EEC5
Black with #26EEC5
Text Example
Text Example
White with #26EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EEC5; }
p { color: rgb(38,238,197); }
H1.HeaderClassName
{
color: #26EEC5;
}
.AnyTagClassName
{
color: #26EEC5;
}
</style>
background-color css
<style>
a { background-color: #26EEC5; }
a { background-color: rgb(38,238,197); }
div.DivClassName
{
background-color: #26EEC5;
}
.BgClassName
{
background-color: #26EEC5;
}
</style>
border-color css
<style>
span { border-color: #26EEC5; }
span { border-color: rgb(38,238,197); }
td.TdClassName
{
border-color: #26EEC5;
}
.TagClassName
{
border-color: #26EEC5;
}
</style>