Shades of Turquoise #26D8C9
Tints of Turquoise #26D8C9
RGB
CMYK
RGB Variations
Color information
#26D8C9 (or 0x26D8C9) is known color: Turquoise. HEX triplet: 26, D8 and C9. RGB value is (38,216,201). Sum of RGB (Red+Green+Blue) = 38+216+201=455 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.35% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #26D8C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D8C9 is #D92736. Grayscale: #A0A0A0. Windows color (decimal): -14231351 or 13228070. OLE color: 13228070.
HSL color Cylindrical-coordinate representation of color #26D8C9: hue angle of 174.94º 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 #26D8C9 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 216 | 201 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.15 |
| HSL | 174.94º | 0.7% | 0.5% | - |
| HSV(B) | 174.94º | 0.82% | 0.85% | - |
| XYZ | 35.9 | 53.74 | 63.74 | - |
| YUV | 161.07 | 150.53 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 216 | 201 | 0.82 | 0 | 0.07 | 0.15 | 174.94 | 0.7 | 0.5 |
| Hex | 26 | D8 | C9 | 52 | 0 | 7 | F | AF | 46 | 32 |
| Octal | 46 | 330 | 311 | 122 | 0 | 7 | 17 | 257 | 106 | 62 |
| Binary | 100110 | 11011000 | 11001001 | 1010010 | 0 | 111 | 1111 | 10101111 | 1000110 | 110010 |
Color Harmonies of #26D8C9
Complementary color
Monochromatic Colors of #26D8C9
Black with #26D8C9
Text Example
Text Example
White with #26D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D8C9; }
p { color: rgb(38,216,201); }
H1.HeaderClassName
{
color: #26D8C9;
}
.AnyTagClassName
{
color: #26D8C9;
}
</style>
background-color css
<style>
a { background-color: #26D8C9; }
a { background-color: rgb(38,216,201); }
div.DivClassName
{
background-color: #26D8C9;
}
.BgClassName
{
background-color: #26D8C9;
}
</style>
border-color css
<style>
span { border-color: #26D8C9; }
span { border-color: rgb(38,216,201); }
td.TdClassName
{
border-color: #26D8C9;
}
.TagClassName
{
border-color: #26D8C9;
}
</style>