Shades of Turquoise #26DFDC
Tints of Turquoise #26DFDC
RGB
CMYK
RGB Variations
Color information
#26DFDC (or 0x26DFDC) is known color: Turquoise. HEX triplet: 26, DF and DC. RGB value is (38,223,220). Sum of RGB (Red+Green+Blue) = 38+223+220=481 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.90% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #26DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DFDC is #D92023. Grayscale: #A7A7A7. Windows color (decimal): -14229540 or 14475046. OLE color: 14475046.
HSL color Cylindrical-coordinate representation of color #26DFDC: hue angle of 179.03º 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 #26DFDC is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 223 | 220 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.13 |
| HSL | 179.03º | 0.74% | 0.51% | - |
| HSV(B) | 179.03º | 0.83% | 0.87% | - |
| XYZ | 40.11 | 58.35 | 76.86 | - |
| YUV | 167.34 | 157.71 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 223 | 220 | 0.83 | 0 | 0.01 | 0.13 | 179.03 | 0.74 | 0.51 |
| Hex | 26 | DF | DC | 53 | 0 | 1 | D | B3 | 4A | 33 |
| Octal | 46 | 337 | 334 | 123 | 0 | 1 | 15 | 263 | 112 | 63 |
| Binary | 100110 | 11011111 | 11011100 | 1010011 | 0 | 1 | 1101 | 10110011 | 1001010 | 110011 |
Color Harmonies of #26DFDC
Complementary color
Monochromatic Colors of #26DFDC
Black with #26DFDC
Text Example
Text Example
White with #26DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DFDC; }
p { color: rgb(38,223,220); }
H1.HeaderClassName
{
color: #26DFDC;
}
.AnyTagClassName
{
color: #26DFDC;
}
</style>
background-color css
<style>
a { background-color: #26DFDC; }
a { background-color: rgb(38,223,220); }
div.DivClassName
{
background-color: #26DFDC;
}
.BgClassName
{
background-color: #26DFDC;
}
</style>
border-color css
<style>
span { border-color: #26DFDC; }
span { border-color: rgb(38,223,220); }
td.TdClassName
{
border-color: #26DFDC;
}
.TagClassName
{
border-color: #26DFDC;
}
</style>