Shades of Turquoise #26DFD0
Tints of Turquoise #26DFD0
RGB
CMYK
RGB Variations
Color information
#26DFD0 (or 0x26DFD0) is known color: Turquoise. HEX triplet: 26, DF and D0. RGB value is (38,223,208). Sum of RGB (Red+Green+Blue) = 38+223+208=469 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.10% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #26DFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DFD0 is #D9202F. Grayscale: #A5A5A5. Windows color (decimal): -14229552 or 13688614. OLE color: 13688614.
HSL color Cylindrical-coordinate representation of color #26DFD0: hue angle of 175.14º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DFD0 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 223 | 208 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.13 |
| HSL | 175.14º | 0.74% | 0.51% | - |
| HSV(B) | 175.14º | 0.83% | 0.87% | - |
| XYZ | 38.57 | 57.74 | 68.79 | - |
| YUV | 165.98 | 151.71 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 223 | 208 | 0.83 | 0 | 0.07 | 0.13 | 175.14 | 0.74 | 0.51 |
| Hex | 26 | DF | D0 | 53 | 0 | 7 | D | AF | 4A | 33 |
| Octal | 46 | 337 | 320 | 123 | 0 | 7 | 15 | 257 | 112 | 63 |
| Binary | 100110 | 11011111 | 11010000 | 1010011 | 0 | 111 | 1101 | 10101111 | 1001010 | 110011 |
Color Harmonies of #26DFD0
Complementary color
Monochromatic Colors of #26DFD0
Black with #26DFD0
Text Example
Text Example
White with #26DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DFD0; }
p { color: rgb(38,223,208); }
H1.HeaderClassName
{
color: #26DFD0;
}
.AnyTagClassName
{
color: #26DFD0;
}
</style>
background-color css
<style>
a { background-color: #26DFD0; }
a { background-color: rgb(38,223,208); }
div.DivClassName
{
background-color: #26DFD0;
}
.BgClassName
{
background-color: #26DFD0;
}
</style>
border-color css
<style>
span { border-color: #26DFD0; }
span { border-color: rgb(38,223,208); }
td.TdClassName
{
border-color: #26DFD0;
}
.TagClassName
{
border-color: #26DFD0;
}
</style>