Shades of Turquoise #26DABC
Tints of Turquoise #26DABC
RGB
CMYK
RGB Variations
Color information
#26DABC (or 0x26DABC) is known color: Turquoise. HEX triplet: 26, DA and BC. RGB value is (38,218,188). Sum of RGB (Red+Green+Blue) = 38+218+188=444 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.56% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #26DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DABC is #D92543. Grayscale: #A0A0A0. Windows color (decimal): -14230852 or 12376614. OLE color: 12376614.
HSL color Cylindrical-coordinate representation of color #26DABC: hue angle of 170º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DABC is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 188 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.15 |
| HSL | 170º | 0.71% | 0.5% | - |
| HSV(B) | 170º | 0.83% | 0.85% | - |
| XYZ | 34.95 | 54.19 | 56.19 | - |
| YUV | 160.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 188 | 0.83 | 0 | 0.14 | 0.15 | 170 | 0.71 | 0.5 |
| Hex | 26 | DA | BC | 53 | 0 | E | F | AA | 47 | 32 |
| Octal | 46 | 332 | 274 | 123 | 0 | 16 | 17 | 252 | 107 | 62 |
| Binary | 100110 | 11011010 | 10111100 | 1010011 | 0 | 1110 | 1111 | 10101010 | 1000111 | 110010 |
Color Harmonies of #26DABC
Complementary color
Monochromatic Colors of #26DABC
Black with #26DABC
Text Example
Text Example
White with #26DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DABC; }
p { color: rgb(38,218,188); }
H1.HeaderClassName
{
color: #26DABC;
}
.AnyTagClassName
{
color: #26DABC;
}
</style>
background-color css
<style>
a { background-color: #26DABC; }
a { background-color: rgb(38,218,188); }
div.DivClassName
{
background-color: #26DABC;
}
.BgClassName
{
background-color: #26DABC;
}
</style>
border-color css
<style>
span { border-color: #26DABC; }
span { border-color: rgb(38,218,188); }
td.TdClassName
{
border-color: #26DABC;
}
.TagClassName
{
border-color: #26DABC;
}
</style>