Shades of Turquoise #26DDDC
Tints of Turquoise #26DDDC
RGB
CMYK
RGB Variations
Color information
#26DDDC (or 0x26DDDC) is known color: Turquoise. HEX triplet: 26, DD and DC. RGB value is (38,221,220). Sum of RGB (Red+Green+Blue) = 38+221+220=479 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.93% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #26DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DDDC is #D92223. Grayscale: #A5A5A5. Windows color (decimal): -14230052 or 14474534. OLE color: 14474534.
HSL color Cylindrical-coordinate representation of color #26DDDC: hue angle of 179.67º degrees, saturation: 0.73, 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 #26DDDC is Cyan = 0.83, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 221 | 220 | - |
| CMYK | 0.83 | 0 | 0.00 | 0.13 |
| HSL | 179.67º | 0.73% | 0.51% | - |
| HSV(B) | 179.67º | 0.83% | 0.87% | - |
| XYZ | 39.57 | 57.29 | 76.68 | - |
| YUV | 166.17 | 158.37 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 221 | 220 | 0.83 | 0 | 0.00 | 0.13 | 179.67 | 0.73 | 0.51 |
| Hex | 26 | DD | DC | 53 | 0 | 0 | D | B4 | 49 | 33 |
| Octal | 46 | 335 | 334 | 123 | 0 | 0 | 15 | 264 | 111 | 63 |
| Binary | 100110 | 11011101 | 11011100 | 1010011 | 0 | 0 | 1101 | 10110100 | 1001001 | 110011 |
Color Harmonies of #26DDDC
Complementary color
Monochromatic Colors of #26DDDC
Black with #26DDDC
Text Example
Text Example
White with #26DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DDDC; }
p { color: rgb(38,221,220); }
H1.HeaderClassName
{
color: #26DDDC;
}
.AnyTagClassName
{
color: #26DDDC;
}
</style>
background-color css
<style>
a { background-color: #26DDDC; }
a { background-color: rgb(38,221,220); }
div.DivClassName
{
background-color: #26DDDC;
}
.BgClassName
{
background-color: #26DDDC;
}
</style>
border-color css
<style>
span { border-color: #26DDDC; }
span { border-color: rgb(38,221,220); }
td.TdClassName
{
border-color: #26DDDC;
}
.TagClassName
{
border-color: #26DDDC;
}
</style>