Shades of Turquoise #26D8BD
Tints of Turquoise #26D8BD
RGB
CMYK
RGB Variations
Color information
#26D8BD (or 0x26D8BD) is known color: Turquoise. HEX triplet: 26, D8 and BD. RGB value is (38,216,189). Sum of RGB (Red+Green+Blue) = 38+216+189=443 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.58% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #26D8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D8BD is #D92742. Grayscale: #9F9F9F. Windows color (decimal): -14231363 or 12441638. OLE color: 12441638.
HSL color Cylindrical-coordinate representation of color #26D8BD: hue angle of 170.9º 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 #26D8BD is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 216 | 189 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.15 |
| HSL | 170.9º | 0.7% | 0.5% | - |
| HSV(B) | 170.9º | 0.82% | 0.85% | - |
| XYZ | 34.54 | 53.2 | 56.59 | - |
| YUV | 159.7 | 144.53 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 216 | 189 | 0.82 | 0 | 0.12 | 0.15 | 170.9 | 0.7 | 0.5 |
| Hex | 26 | D8 | BD | 52 | 0 | C | F | AB | 46 | 32 |
| Octal | 46 | 330 | 275 | 122 | 0 | 14 | 17 | 253 | 106 | 62 |
| Binary | 100110 | 11011000 | 10111101 | 1010010 | 0 | 1100 | 1111 | 10101011 | 1000110 | 110010 |
Color Harmonies of #26D8BD
Complementary color
Monochromatic Colors of #26D8BD
Black with #26D8BD
Text Example
Text Example
White with #26D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D8BD; }
p { color: rgb(38,216,189); }
H1.HeaderClassName
{
color: #26D8BD;
}
.AnyTagClassName
{
color: #26D8BD;
}
</style>
background-color css
<style>
a { background-color: #26D8BD; }
a { background-color: rgb(38,216,189); }
div.DivClassName
{
background-color: #26D8BD;
}
.BgClassName
{
background-color: #26D8BD;
}
</style>
border-color css
<style>
span { border-color: #26D8BD; }
span { border-color: rgb(38,216,189); }
td.TdClassName
{
border-color: #26D8BD;
}
.TagClassName
{
border-color: #26D8BD;
}
</style>