Shades of Turquoise #26EFC5
Tints of Turquoise #26EFC5
RGB
CMYK
RGB Variations
Color information
#26EFC5 (or 0x26EFC5) is known color: Turquoise. HEX triplet: 26, EF and C5. RGB value is (38,239,197). Sum of RGB (Red+Green+Blue) = 38+239+197=474 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.02% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #26EFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EFC5 is #D9103A. Grayscale: #AEAEAE. Windows color (decimal): -14225467 or 12971814. OLE color: 12971814.
HSL color Cylindrical-coordinate representation of color #26EFC5: hue angle of 167.46º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EFC5 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 239 | 197 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.06 |
| HSL | 167.46º | 0.86% | 0.54% | - |
| HSV(B) | 167.46º | 0.84% | 0.94% | - |
| XYZ | 41.74 | 66.18 | 63.4 | - |
| YUV | 174.11 | 140.91 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 239 | 197 | 0.84 | 0 | 0.18 | 0.06 | 167.46 | 0.86 | 0.54 |
| Hex | 26 | EF | C5 | 54 | 0 | 12 | 6 | A7 | 56 | 36 |
| Octal | 46 | 357 | 305 | 124 | 0 | 22 | 6 | 247 | 126 | 66 |
| Binary | 100110 | 11101111 | 11000101 | 1010100 | 0 | 10010 | 110 | 10100111 | 1010110 | 110110 |
Color Harmonies of #26EFC5
Complementary color
Monochromatic Colors of #26EFC5
Black with #26EFC5
Text Example
Text Example
White with #26EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EFC5; }
p { color: rgb(38,239,197); }
H1.HeaderClassName
{
color: #26EFC5;
}
.AnyTagClassName
{
color: #26EFC5;
}
</style>
background-color css
<style>
a { background-color: #26EFC5; }
a { background-color: rgb(38,239,197); }
div.DivClassName
{
background-color: #26EFC5;
}
.BgClassName
{
background-color: #26EFC5;
}
</style>
border-color css
<style>
span { border-color: #26EFC5; }
span { border-color: rgb(38,239,197); }
td.TdClassName
{
border-color: #26EFC5;
}
.TagClassName
{
border-color: #26EFC5;
}
</style>