Shades of Turquoise #26DACF
Tints of Turquoise #26DACF
RGB
CMYK
RGB Variations
Color information
#26DACF (or 0x26DACF) is known color: Turquoise. HEX triplet: 26, DA and CF. RGB value is (38,218,207). Sum of RGB (Red+Green+Blue) = 38+218+207=463 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.21% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #26DACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DACF is #D92530. Grayscale: #A2A2A2. Windows color (decimal): -14230833 or 13621798. OLE color: 13621798.
HSL color Cylindrical-coordinate representation of color #26DACF: hue angle of 176.33º 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 #26DACF is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 207 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.15 |
| HSL | 176.33º | 0.71% | 0.5% | - |
| HSV(B) | 176.33º | 0.83% | 0.85% | - |
| XYZ | 37.13 | 55.06 | 67.7 | - |
| YUV | 162.93 | 152.87 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 207 | 0.83 | 0 | 0.05 | 0.15 | 176.33 | 0.71 | 0.5 |
| Hex | 26 | DA | CF | 53 | 0 | 5 | F | B0 | 47 | 32 |
| Octal | 46 | 332 | 317 | 123 | 0 | 5 | 17 | 260 | 107 | 62 |
| Binary | 100110 | 11011010 | 11001111 | 1010011 | 0 | 101 | 1111 | 10110000 | 1000111 | 110010 |
Color Harmonies of #26DACF
Complementary color
Monochromatic Colors of #26DACF
Black with #26DACF
Text Example
Text Example
White with #26DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DACF; }
p { color: rgb(38,218,207); }
H1.HeaderClassName
{
color: #26DACF;
}
.AnyTagClassName
{
color: #26DACF;
}
</style>
background-color css
<style>
a { background-color: #26DACF; }
a { background-color: rgb(38,218,207); }
div.DivClassName
{
background-color: #26DACF;
}
.BgClassName
{
background-color: #26DACF;
}
</style>
border-color css
<style>
span { border-color: #26DACF; }
span { border-color: rgb(38,218,207); }
td.TdClassName
{
border-color: #26DACF;
}
.TagClassName
{
border-color: #26DACF;
}
</style>