Shades of Turquoise #26CEC5
Tints of Turquoise #26CEC5
RGB
CMYK
RGB Variations
Color information
#26CEC5 (or 0x26CEC5) is known color: Turquoise. HEX triplet: 26, CE and C5. RGB value is (38,206,197). Sum of RGB (Red+Green+Blue) = 38+206+197=441 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.62% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #26CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CEC5 is #D9313A. Grayscale: #9A9A9A. Windows color (decimal): -14233915 or 12963366. OLE color: 12963366.
HSL color Cylindrical-coordinate representation of color #26CEC5: hue angle of 176.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CEC5 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 197 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.19 |
| HSL | 176.79º | 0.69% | 0.48% | - |
| HSV(B) | 176.79º | 0.82% | 0.81% | - |
| XYZ | 32.95 | 48.59 | 60.46 | - |
| YUV | 154.74 | 151.84 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 197 | 0.82 | 0 | 0.04 | 0.19 | 176.79 | 0.69 | 0.48 |
| Hex | 26 | CE | C5 | 52 | 0 | 4 | 13 | B1 | 45 | 30 |
| Octal | 46 | 316 | 305 | 122 | 0 | 4 | 23 | 261 | 105 | 60 |
| Binary | 100110 | 11001110 | 11000101 | 1010010 | 0 | 100 | 10011 | 10110001 | 1000101 | 110000 |
Color Harmonies of #26CEC5
Complementary color
Monochromatic Colors of #26CEC5
Black with #26CEC5
Text Example
Text Example
White with #26CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CEC5; }
p { color: rgb(38,206,197); }
H1.HeaderClassName
{
color: #26CEC5;
}
.AnyTagClassName
{
color: #26CEC5;
}
</style>
background-color css
<style>
a { background-color: #26CEC5; }
a { background-color: rgb(38,206,197); }
div.DivClassName
{
background-color: #26CEC5;
}
.BgClassName
{
background-color: #26CEC5;
}
</style>
border-color css
<style>
span { border-color: #26CEC5; }
span { border-color: rgb(38,206,197); }
td.TdClassName
{
border-color: #26CEC5;
}
.TagClassName
{
border-color: #26CEC5;
}
</style>