Shades of Turquoise #26EBC4
Tints of Turquoise #26EBC4
RGB
CMYK
RGB Variations
Color information
#26EBC4 (or 0x26EBC4) is known color: Turquoise. HEX triplet: 26, EB and C4. RGB value is (38,235,196). Sum of RGB (Red+Green+Blue) = 38+235+196=469 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.10% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #26EBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EBC4 is #D9143B. Grayscale: #ABABAB. Windows color (decimal): -14226492 or 12905254. OLE color: 12905254.
HSL color Cylindrical-coordinate representation of color #26EBC4: hue angle of 168.12º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EBC4 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 235 | 196 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.08 |
| HSL | 168.12º | 0.83% | 0.54% | - |
| HSV(B) | 168.12º | 0.84% | 0.92% | - |
| XYZ | 40.47 | 63.81 | 62.41 | - |
| YUV | 171.65 | 141.73 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 235 | 196 | 0.84 | 0 | 0.17 | 0.08 | 168.12 | 0.83 | 0.54 |
| Hex | 26 | EB | C4 | 54 | 0 | 11 | 8 | A8 | 53 | 36 |
| Octal | 46 | 353 | 304 | 124 | 0 | 21 | 10 | 250 | 123 | 66 |
| Binary | 100110 | 11101011 | 11000100 | 1010100 | 0 | 10001 | 1000 | 10101000 | 1010011 | 110110 |
Color Harmonies of #26EBC4
Complementary color
Monochromatic Colors of #26EBC4
Black with #26EBC4
Text Example
Text Example
White with #26EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EBC4; }
p { color: rgb(38,235,196); }
H1.HeaderClassName
{
color: #26EBC4;
}
.AnyTagClassName
{
color: #26EBC4;
}
</style>
background-color css
<style>
a { background-color: #26EBC4; }
a { background-color: rgb(38,235,196); }
div.DivClassName
{
background-color: #26EBC4;
}
.BgClassName
{
background-color: #26EBC4;
}
</style>
border-color css
<style>
span { border-color: #26EBC4; }
span { border-color: rgb(38,235,196); }
td.TdClassName
{
border-color: #26EBC4;
}
.TagClassName
{
border-color: #26EBC4;
}
</style>