Shades of Turquoise #26D2BE
Tints of Turquoise #26D2BE
RGB
CMYK
RGB Variations
Color information
#26D2BE (or 0x26D2BE) is known color: Turquoise. HEX triplet: 26, D2 and BE. RGB value is (38,210,190). Sum of RGB (Red+Green+Blue) = 38+210+190=438 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.68% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #26D2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D2BE is #D92D41. Grayscale: #9C9C9C. Windows color (decimal): -14232898 or 12505638. OLE color: 12505638.
HSL color Cylindrical-coordinate representation of color #26D2BE: hue angle of 173.02º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D2BE is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 210 | 190 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.18 |
| HSL | 173.02º | 0.69% | 0.49% | - |
| HSV(B) | 173.02º | 0.82% | 0.82% | - |
| XYZ | 33.14 | 50.22 | 56.66 | - |
| YUV | 156.29 | 147.02 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 210 | 190 | 0.82 | 0 | 0.10 | 0.18 | 173.02 | 0.69 | 0.49 |
| Hex | 26 | D2 | BE | 52 | 0 | A | 12 | AD | 45 | 31 |
| Octal | 46 | 322 | 276 | 122 | 0 | 12 | 22 | 255 | 105 | 61 |
| Binary | 100110 | 11010010 | 10111110 | 1010010 | 0 | 1010 | 10010 | 10101101 | 1000101 | 110001 |
Color Harmonies of #26D2BE
Complementary color
Monochromatic Colors of #26D2BE
Black with #26D2BE
Text Example
Text Example
White with #26D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D2BE; }
p { color: rgb(38,210,190); }
H1.HeaderClassName
{
color: #26D2BE;
}
.AnyTagClassName
{
color: #26D2BE;
}
</style>
background-color css
<style>
a { background-color: #26D2BE; }
a { background-color: rgb(38,210,190); }
div.DivClassName
{
background-color: #26D2BE;
}
.BgClassName
{
background-color: #26D2BE;
}
</style>
border-color css
<style>
span { border-color: #26D2BE; }
span { border-color: rgb(38,210,190); }
td.TdClassName
{
border-color: #26D2BE;
}
.TagClassName
{
border-color: #26D2BE;
}
</style>