Shades of Turquoise #26DACE
Tints of Turquoise #26DACE
RGB
CMYK
RGB Variations
Color information
#26DACE (or 0x26DACE) is known color: Turquoise. HEX triplet: 26, DA and CE. RGB value is (38,218,206). Sum of RGB (Red+Green+Blue) = 38+218+206=462 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.23% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #26DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DACE is #D92531. Grayscale: #A2A2A2. Windows color (decimal): -14230834 or 13556262. OLE color: 13556262.
HSL color Cylindrical-coordinate representation of color #26DACE: hue angle of 176º 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 #26DACE is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 206 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.15 |
| HSL | 176º | 0.71% | 0.5% | - |
| HSV(B) | 176º | 0.83% | 0.85% | - |
| XYZ | 37.01 | 55.01 | 67.06 | - |
| YUV | 162.81 | 152.37 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 206 | 0.83 | 0 | 0.06 | 0.15 | 176 | 0.71 | 0.5 |
| Hex | 26 | DA | CE | 53 | 0 | 6 | F | B0 | 47 | 32 |
| Octal | 46 | 332 | 316 | 123 | 0 | 6 | 17 | 260 | 107 | 62 |
| Binary | 100110 | 11011010 | 11001110 | 1010011 | 0 | 110 | 1111 | 10110000 | 1000111 | 110010 |
Color Harmonies of #26DACE
Complementary color
Monochromatic Colors of #26DACE
Black with #26DACE
Text Example
Text Example
White with #26DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DACE; }
p { color: rgb(38,218,206); }
H1.HeaderClassName
{
color: #26DACE;
}
.AnyTagClassName
{
color: #26DACE;
}
</style>
background-color css
<style>
a { background-color: #26DACE; }
a { background-color: rgb(38,218,206); }
div.DivClassName
{
background-color: #26DACE;
}
.BgClassName
{
background-color: #26DACE;
}
</style>
border-color css
<style>
span { border-color: #26DACE; }
span { border-color: rgb(38,218,206); }
td.TdClassName
{
border-color: #26DACE;
}
.TagClassName
{
border-color: #26DACE;
}
</style>