Shades of Turquoise #26D6C1
Tints of Turquoise #26D6C1
RGB
CMYK
RGB Variations
Color information
#26D6C1 (or 0x26D6C1) is known color: Turquoise. HEX triplet: 26, D6 and C1. RGB value is (38,214,193). Sum of RGB (Red+Green+Blue) = 38+214+193=445 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.54% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #26D6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D6C1 is #D9293E. Grayscale: #9E9E9E. Windows color (decimal): -14231871 or 12703270. OLE color: 12703270.
HSL color Cylindrical-coordinate representation of color #26D6C1: hue angle of 172.84º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D6C1 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 193 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.16 |
| HSL | 172.84º | 0.7% | 0.49% | - |
| HSV(B) | 172.84º | 0.82% | 0.84% | - |
| XYZ | 34.47 | 52.36 | 58.74 | - |
| YUV | 158.98 | 147.19 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 193 | 0.82 | 0 | 0.10 | 0.16 | 172.84 | 0.7 | 0.49 |
| Hex | 26 | D6 | C1 | 52 | 0 | A | 10 | AD | 46 | 31 |
| Octal | 46 | 326 | 301 | 122 | 0 | 12 | 20 | 255 | 106 | 61 |
| Binary | 100110 | 11010110 | 11000001 | 1010010 | 0 | 1010 | 10000 | 10101101 | 1000110 | 110001 |
Color Harmonies of #26D6C1
Complementary color
Monochromatic Colors of #26D6C1
Black with #26D6C1
Text Example
Text Example
White with #26D6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D6C1; }
p { color: rgb(38,214,193); }
H1.HeaderClassName
{
color: #26D6C1;
}
.AnyTagClassName
{
color: #26D6C1;
}
</style>
background-color css
<style>
a { background-color: #26D6C1; }
a { background-color: rgb(38,214,193); }
div.DivClassName
{
background-color: #26D6C1;
}
.BgClassName
{
background-color: #26D6C1;
}
</style>
border-color css
<style>
span { border-color: #26D6C1; }
span { border-color: rgb(38,214,193); }
td.TdClassName
{
border-color: #26D6C1;
}
.TagClassName
{
border-color: #26D6C1;
}
</style>