Shades of Turquoise #26DCDC
Tints of Turquoise #26DCDC
RGB
CMYK
RGB Variations
Color information
#26DCDC (or 0x26DCDC) is known color: Turquoise. HEX triplet: 26, DC and DC. RGB value is (38,220,220). Sum of RGB (Red+Green+Blue) = 38+220+220=478 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.95% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #26DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DCDC is #D92323. Grayscale: #A5A5A5. Windows color (decimal): -14230308 or 14474278. OLE color: 14474278.
HSL color Cylindrical-coordinate representation of color #26DCDC: hue angle of 180º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DCDC is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 220 | - |
| CMYK | 0.83 | 0 | 0 | 0.14 |
| HSL | 180º | 0.72% | 0.51% | - |
| HSV(B) | 180º | 0.83% | 0.86% | - |
| XYZ | 39.31 | 56.77 | 76.6 | - |
| YUV | 165.58 | 158.7 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 220 | 0.83 | 0 | 0 | 0.14 | 180 | 0.72 | 0.51 |
| Hex | 26 | DC | DC | 53 | 0 | 0 | E | B4 | 48 | 33 |
| Octal | 46 | 334 | 334 | 123 | 0 | 0 | 16 | 264 | 110 | 63 |
| Binary | 100110 | 11011100 | 11011100 | 1010011 | 0 | 0 | 1110 | 10110100 | 1001000 | 110011 |
Color Harmonies of #26DCDC
Complementary color
Monochromatic Colors of #26DCDC
Black with #26DCDC
Text Example
Text Example
White with #26DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DCDC; }
p { color: rgb(38,220,220); }
H1.HeaderClassName
{
color: #26DCDC;
}
.AnyTagClassName
{
color: #26DCDC;
}
</style>
background-color css
<style>
a { background-color: #26DCDC; }
a { background-color: rgb(38,220,220); }
div.DivClassName
{
background-color: #26DCDC;
}
.BgClassName
{
background-color: #26DCDC;
}
</style>
border-color css
<style>
span { border-color: #26DCDC; }
span { border-color: rgb(38,220,220); }
td.TdClassName
{
border-color: #26DCDC;
}
.TagClassName
{
border-color: #26DCDC;
}
</style>