Shades of Turquoise #26D6BD
Tints of Turquoise #26D6BD
RGB
CMYK
RGB Variations
Color information
#26D6BD (or 0x26D6BD) is known color: Turquoise. HEX triplet: 26, D6 and BD. RGB value is (38,214,189). Sum of RGB (Red+Green+Blue) = 38+214+189=441 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.62% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #26D6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D6BD is #D92942. Grayscale: #9E9E9E. Windows color (decimal): -14231875 or 12441126. OLE color: 12441126.
HSL color Cylindrical-coordinate representation of color #26D6BD: hue angle of 171.48º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D6BD is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 189 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.16 |
| HSL | 171.48º | 0.7% | 0.49% | - |
| HSV(B) | 171.48º | 0.82% | 0.84% | - |
| XYZ | 34.03 | 52.18 | 56.42 | - |
| YUV | 158.53 | 145.19 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 189 | 0.82 | 0 | 0.12 | 0.16 | 171.48 | 0.7 | 0.49 |
| Hex | 26 | D6 | BD | 52 | 0 | C | 10 | AB | 46 | 31 |
| Octal | 46 | 326 | 275 | 122 | 0 | 14 | 20 | 253 | 106 | 61 |
| Binary | 100110 | 11010110 | 10111101 | 1010010 | 0 | 1100 | 10000 | 10101011 | 1000110 | 110001 |
Color Harmonies of #26D6BD
Complementary color
Monochromatic Colors of #26D6BD
Black with #26D6BD
Text Example
Text Example
White with #26D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D6BD; }
p { color: rgb(38,214,189); }
H1.HeaderClassName
{
color: #26D6BD;
}
.AnyTagClassName
{
color: #26D6BD;
}
</style>
background-color css
<style>
a { background-color: #26D6BD; }
a { background-color: rgb(38,214,189); }
div.DivClassName
{
background-color: #26D6BD;
}
.BgClassName
{
background-color: #26D6BD;
}
</style>
border-color css
<style>
span { border-color: #26D6BD; }
span { border-color: rgb(38,214,189); }
td.TdClassName
{
border-color: #26D6BD;
}
.TagClassName
{
border-color: #26D6BD;
}
</style>