Shades of Turquoise #26D6DC
Tints of Turquoise #26D6DC
RGB
CMYK
RGB Variations
Color information
#26D6DC (or 0x26D6DC) is known color: Turquoise. HEX triplet: 26, D6 and DC. RGB value is (38,214,220). Sum of RGB (Red+Green+Blue) = 38+214+220=472 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.05% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #26D6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D6DC is #D92923. Grayscale: #A1A1A1. Windows color (decimal): -14231844 or 14472742. OLE color: 14472742.
HSL color Cylindrical-coordinate representation of color #26D6DC: hue angle of 181.98º 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 #26D6DC is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 214 | 220 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.14 |
| HSL | 181.98º | 0.72% | 0.51% | - |
| HSV(B) | 181.98º | 0.83% | 0.86% | - |
| XYZ | 37.76 | 53.67 | 76.08 | - |
| YUV | 162.06 | 160.69 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 220 | 0.83 | 0.03 | 0 | 0.14 | 181.98 | 0.72 | 0.51 |
| Hex | 26 | D6 | DC | 53 | 3 | 0 | E | B6 | 48 | 33 |
| Octal | 46 | 326 | 334 | 123 | 3 | 0 | 16 | 266 | 110 | 63 |
| Binary | 100110 | 11010110 | 11011100 | 1010011 | 11 | 0 | 1110 | 10110110 | 1001000 | 110011 |
Color Harmonies of #26D6DC
Complementary color
Monochromatic Colors of #26D6DC
Black with #26D6DC
Text Example
Text Example
White with #26D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D6DC; }
p { color: rgb(38,214,220); }
H1.HeaderClassName
{
color: #26D6DC;
}
.AnyTagClassName
{
color: #26D6DC;
}
</style>
background-color css
<style>
a { background-color: #26D6DC; }
a { background-color: rgb(38,214,220); }
div.DivClassName
{
background-color: #26D6DC;
}
.BgClassName
{
background-color: #26D6DC;
}
</style>
border-color css
<style>
span { border-color: #26D6DC; }
span { border-color: rgb(38,214,220); }
td.TdClassName
{
border-color: #26D6DC;
}
.TagClassName
{
border-color: #26D6DC;
}
</style>