Shades of Turquoise #26D7BD
Tints of Turquoise #26D7BD
RGB
CMYK
RGB Variations
Color information
#26D7BD (or 0x26D7BD) is known color: Turquoise. HEX triplet: 26, D7 and BD. RGB value is (38,215,189). Sum of RGB (Red+Green+Blue) = 38+215+189=442 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.60% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #26D7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D7BD is #D92842. Grayscale: #9F9F9F. Windows color (decimal): -14231619 or 12441382. OLE color: 12441382.
HSL color Cylindrical-coordinate representation of color #26D7BD: hue angle of 171.19º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D7BD is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 215 | 189 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.16 |
| HSL | 171.19º | 0.7% | 0.5% | - |
| HSV(B) | 171.19º | 0.82% | 0.84% | - |
| XYZ | 34.29 | 52.69 | 56.51 | - |
| YUV | 159.11 | 144.86 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 215 | 189 | 0.82 | 0 | 0.12 | 0.16 | 171.19 | 0.7 | 0.5 |
| Hex | 26 | D7 | BD | 52 | 0 | C | 10 | AB | 46 | 32 |
| Octal | 46 | 327 | 275 | 122 | 0 | 14 | 20 | 253 | 106 | 62 |
| Binary | 100110 | 11010111 | 10111101 | 1010010 | 0 | 1100 | 10000 | 10101011 | 1000110 | 110010 |
Color Harmonies of #26D7BD
Complementary color
Monochromatic Colors of #26D7BD
Black with #26D7BD
Text Example
Text Example
White with #26D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D7BD; }
p { color: rgb(38,215,189); }
H1.HeaderClassName
{
color: #26D7BD;
}
.AnyTagClassName
{
color: #26D7BD;
}
</style>
background-color css
<style>
a { background-color: #26D7BD; }
a { background-color: rgb(38,215,189); }
div.DivClassName
{
background-color: #26D7BD;
}
.BgClassName
{
background-color: #26D7BD;
}
</style>
border-color css
<style>
span { border-color: #26D7BD; }
span { border-color: rgb(38,215,189); }
td.TdClassName
{
border-color: #26D7BD;
}
.TagClassName
{
border-color: #26D7BD;
}
</style>