Shades of Turquoise #26DAC7
Tints of Turquoise #26DAC7
RGB
CMYK
RGB Variations
Color information
#26DAC7 (or 0x26DAC7) is known color: Turquoise. HEX triplet: 26, DA and C7. RGB value is (38,218,199). Sum of RGB (Red+Green+Blue) = 38+218+199=455 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.35% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #26DAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DAC7 is #D92538. Grayscale: #A1A1A1. Windows color (decimal): -14230841 or 13097510. OLE color: 13097510.
HSL color Cylindrical-coordinate representation of color #26DAC7: hue angle of 173.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DAC7 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 199 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.15 |
| HSL | 173.67º | 0.71% | 0.5% | - |
| HSV(B) | 173.67º | 0.83% | 0.85% | - |
| XYZ | 36.18 | 54.68 | 62.68 | - |
| YUV | 162.01 | 148.87 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 199 | 0.83 | 0 | 0.09 | 0.15 | 173.67 | 0.71 | 0.5 |
| Hex | 26 | DA | C7 | 53 | 0 | 9 | F | AE | 47 | 32 |
| Octal | 46 | 332 | 307 | 123 | 0 | 11 | 17 | 256 | 107 | 62 |
| Binary | 100110 | 11011010 | 11000111 | 1010011 | 0 | 1001 | 1111 | 10101110 | 1000111 | 110010 |
Color Harmonies of #26DAC7
Complementary color
Monochromatic Colors of #26DAC7
Black with #26DAC7
Text Example
Text Example
White with #26DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DAC7; }
p { color: rgb(38,218,199); }
H1.HeaderClassName
{
color: #26DAC7;
}
.AnyTagClassName
{
color: #26DAC7;
}
</style>
background-color css
<style>
a { background-color: #26DAC7; }
a { background-color: rgb(38,218,199); }
div.DivClassName
{
background-color: #26DAC7;
}
.BgClassName
{
background-color: #26DAC7;
}
</style>
border-color css
<style>
span { border-color: #26DAC7; }
span { border-color: rgb(38,218,199); }
td.TdClassName
{
border-color: #26DAC7;
}
.TagClassName
{
border-color: #26DAC7;
}
</style>