Shades of Turquoise #26D1BD
Tints of Turquoise #26D1BD
RGB
CMYK
RGB Variations
Color information
#26D1BD (or 0x26D1BD) is known color: Turquoise. HEX triplet: 26, D1 and BD. RGB value is (38,209,189). Sum of RGB (Red+Green+Blue) = 38+209+189=436 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.72% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #26D1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D1BD is #D92E42. Grayscale: #9B9B9B. Windows color (decimal): -14233155 or 12439846. OLE color: 12439846.
HSL color Cylindrical-coordinate representation of color #26D1BD: hue angle of 172.98º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D1BD is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 209 | 189 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.18 |
| HSL | 172.98º | 0.69% | 0.48% | - |
| HSV(B) | 172.98º | 0.82% | 0.82% | - |
| XYZ | 32.79 | 49.69 | 56.01 | - |
| YUV | 155.59 | 146.85 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 209 | 189 | 0.82 | 0 | 0.10 | 0.18 | 172.98 | 0.69 | 0.48 |
| Hex | 26 | D1 | BD | 52 | 0 | A | 12 | AD | 45 | 30 |
| Octal | 46 | 321 | 275 | 122 | 0 | 12 | 22 | 255 | 105 | 60 |
| Binary | 100110 | 11010001 | 10111101 | 1010010 | 0 | 1010 | 10010 | 10101101 | 1000101 | 110000 |
Color Harmonies of #26D1BD
Complementary color
Monochromatic Colors of #26D1BD
Black with #26D1BD
Text Example
Text Example
White with #26D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D1BD; }
p { color: rgb(38,209,189); }
H1.HeaderClassName
{
color: #26D1BD;
}
.AnyTagClassName
{
color: #26D1BD;
}
</style>
background-color css
<style>
a { background-color: #26D1BD; }
a { background-color: rgb(38,209,189); }
div.DivClassName
{
background-color: #26D1BD;
}
.BgClassName
{
background-color: #26D1BD;
}
</style>
border-color css
<style>
span { border-color: #26D1BD; }
span { border-color: rgb(38,209,189); }
td.TdClassName
{
border-color: #26D1BD;
}
.TagClassName
{
border-color: #26D1BD;
}
</style>