Shades of Turquoise #26D6C7
Tints of Turquoise #26D6C7
RGB
CMYK
RGB Variations
Color information
#26D6C7 (or 0x26D6C7) is known color: Turquoise. HEX triplet: 26, D6 and C7. RGB value is (38,214,199). Sum of RGB (Red+Green+Blue) = 38+214+199=451 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.43% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #26D6C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D6C7 is #D92938. Grayscale: #9F9F9F. Windows color (decimal): -14231865 or 13096486. OLE color: 13096486.
HSL color Cylindrical-coordinate representation of color #26D6C7: hue angle of 174.89º 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 #26D6C7 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 199 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.16 |
| HSL | 174.89º | 0.7% | 0.49% | - |
| HSV(B) | 174.89º | 0.82% | 0.84% | - |
| XYZ | 35.15 | 52.63 | 62.34 | - |
| YUV | 159.67 | 150.19 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 199 | 0.82 | 0 | 0.07 | 0.16 | 174.89 | 0.7 | 0.49 |
| Hex | 26 | D6 | C7 | 52 | 0 | 7 | 10 | AF | 46 | 31 |
| Octal | 46 | 326 | 307 | 122 | 0 | 7 | 20 | 257 | 106 | 61 |
| Binary | 100110 | 11010110 | 11000111 | 1010010 | 0 | 111 | 10000 | 10101111 | 1000110 | 110001 |
Color Harmonies of #26D6C7
Complementary color
Monochromatic Colors of #26D6C7
Black with #26D6C7
Text Example
Text Example
White with #26D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D6C7; }
p { color: rgb(38,214,199); }
H1.HeaderClassName
{
color: #26D6C7;
}
.AnyTagClassName
{
color: #26D6C7;
}
</style>
background-color css
<style>
a { background-color: #26D6C7; }
a { background-color: rgb(38,214,199); }
div.DivClassName
{
background-color: #26D6C7;
}
.BgClassName
{
background-color: #26D6C7;
}
</style>
border-color css
<style>
span { border-color: #26D6C7; }
span { border-color: rgb(38,214,199); }
td.TdClassName
{
border-color: #26D6C7;
}
.TagClassName
{
border-color: #26D6C7;
}
</style>