Shades of Turquoise #26ECC4
Tints of Turquoise #26ECC4
RGB
CMYK
RGB Variations
Color information
#26ECC4 (or 0x26ECC4) is known color: Turquoise. HEX triplet: 26, EC and C4. RGB value is (38,236,196). Sum of RGB (Red+Green+Blue) = 38+236+196=470 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.09% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #26ECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26ECC4 is #D9133B. Grayscale: #ACACAC. Windows color (decimal): -14226236 or 12905510. OLE color: 12905510.
HSL color Cylindrical-coordinate representation of color #26ECC4: hue angle of 167.88º degrees, saturation: 0.84, 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 #26ECC4 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 196 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.07 |
| HSL | 167.88º | 0.84% | 0.54% | - |
| HSV(B) | 167.88º | 0.84% | 0.93% | - |
| XYZ | 40.76 | 64.39 | 62.5 | - |
| YUV | 172.24 | 141.4 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 196 | 0.84 | 0 | 0.17 | 0.07 | 167.88 | 0.84 | 0.54 |
| Hex | 26 | EC | C4 | 54 | 0 | 11 | 7 | A8 | 54 | 36 |
| Octal | 46 | 354 | 304 | 124 | 0 | 21 | 7 | 250 | 124 | 66 |
| Binary | 100110 | 11101100 | 11000100 | 1010100 | 0 | 10001 | 111 | 10101000 | 1010100 | 110110 |
Color Harmonies of #26ECC4
Complementary color
Monochromatic Colors of #26ECC4
Black with #26ECC4
Text Example
Text Example
White with #26ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ECC4; }
p { color: rgb(38,236,196); }
H1.HeaderClassName
{
color: #26ECC4;
}
.AnyTagClassName
{
color: #26ECC4;
}
</style>
background-color css
<style>
a { background-color: #26ECC4; }
a { background-color: rgb(38,236,196); }
div.DivClassName
{
background-color: #26ECC4;
}
.BgClassName
{
background-color: #26ECC4;
}
</style>
border-color css
<style>
span { border-color: #26ECC4; }
span { border-color: rgb(38,236,196); }
td.TdClassName
{
border-color: #26ECC4;
}
.TagClassName
{
border-color: #26ECC4;
}
</style>