Shades of Turquoise #26DCDB
Tints of Turquoise #26DCDB
RGB
CMYK
RGB Variations
Color information
#26DCDB (or 0x26DCDB) is known color: Turquoise. HEX triplet: 26, DC and DB. RGB value is (38,220,219). Sum of RGB (Red+Green+Blue) = 38+220+219=477 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.97% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #26DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DCDB is #D92324. Grayscale: #A5A5A5. Windows color (decimal): -14230309 or 14408742. OLE color: 14408742.
HSL color Cylindrical-coordinate representation of color #26DCDB: hue angle of 179.67º 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 #26DCDB is Cyan = 0.83, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 219 | - |
| CMYK | 0.83 | 0 | 0.00 | 0.14 |
| HSL | 179.67º | 0.72% | 0.51% | - |
| HSV(B) | 179.67º | 0.83% | 0.86% | - |
| XYZ | 39.18 | 56.71 | 75.9 | - |
| YUV | 165.47 | 158.2 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 219 | 0.83 | 0 | 0.00 | 0.14 | 179.67 | 0.72 | 0.51 |
| Hex | 26 | DC | DB | 53 | 0 | 0 | E | B4 | 48 | 33 |
| Octal | 46 | 334 | 333 | 123 | 0 | 0 | 16 | 264 | 110 | 63 |
| Binary | 100110 | 11011100 | 11011011 | 1010011 | 0 | 0 | 1110 | 10110100 | 1001000 | 110011 |
Color Harmonies of #26DCDB
Complementary color
Monochromatic Colors of #26DCDB
Black with #26DCDB
Text Example
Text Example
White with #26DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DCDB; }
p { color: rgb(38,220,219); }
H1.HeaderClassName
{
color: #26DCDB;
}
.AnyTagClassName
{
color: #26DCDB;
}
</style>
background-color css
<style>
a { background-color: #26DCDB; }
a { background-color: rgb(38,220,219); }
div.DivClassName
{
background-color: #26DCDB;
}
.BgClassName
{
background-color: #26DCDB;
}
</style>
border-color css
<style>
span { border-color: #26DCDB; }
span { border-color: rgb(38,220,219); }
td.TdClassName
{
border-color: #26DCDB;
}
.TagClassName
{
border-color: #26DCDB;
}
</style>