Shades of Turquoise #26D9BF
Tints of Turquoise #26D9BF
RGB
CMYK
RGB Variations
Color information
#26D9BF (or 0x26D9BF) is known color: Turquoise. HEX triplet: 26, D9 and BF. RGB value is (38,217,191). Sum of RGB (Red+Green+Blue) = 38+217+191=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #26D9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D9BF is #D92640. Grayscale: #A0A0A0. Windows color (decimal): -14231105 or 12572966. OLE color: 12572966.
HSL color Cylindrical-coordinate representation of color #26D9BF: hue angle of 171.28º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D9BF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 217 | 191 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.15 |
| HSL | 171.28º | 0.7% | 0.5% | - |
| HSV(B) | 171.28º | 0.82% | 0.85% | - |
| XYZ | 35.02 | 53.8 | 57.83 | - |
| YUV | 160.52 | 145.2 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 217 | 191 | 0.82 | 0 | 0.12 | 0.15 | 171.28 | 0.7 | 0.5 |
| Hex | 26 | D9 | BF | 52 | 0 | C | F | AB | 46 | 32 |
| Octal | 46 | 331 | 277 | 122 | 0 | 14 | 17 | 253 | 106 | 62 |
| Binary | 100110 | 11011001 | 10111111 | 1010010 | 0 | 1100 | 1111 | 10101011 | 1000110 | 110010 |
Color Harmonies of #26D9BF
Complementary color
Monochromatic Colors of #26D9BF
Black with #26D9BF
Text Example
Text Example
White with #26D9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D9BF; }
p { color: rgb(38,217,191); }
H1.HeaderClassName
{
color: #26D9BF;
}
.AnyTagClassName
{
color: #26D9BF;
}
</style>
background-color css
<style>
a { background-color: #26D9BF; }
a { background-color: rgb(38,217,191); }
div.DivClassName
{
background-color: #26D9BF;
}
.BgClassName
{
background-color: #26D9BF;
}
</style>
border-color css
<style>
span { border-color: #26D9BF; }
span { border-color: rgb(38,217,191); }
td.TdClassName
{
border-color: #26D9BF;
}
.TagClassName
{
border-color: #26D9BF;
}
</style>