Shades of Turquoise #26DDDA
Tints of Turquoise #26DDDA
RGB
CMYK
RGB Variations
Color information
#26DDDA (or 0x26DDDA) is known color: Turquoise. HEX triplet: 26, DD and DA. RGB value is (38,221,218). Sum of RGB (Red+Green+Blue) = 38+221+218=477 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.97% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #26DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DDDA is #D92225. Grayscale: #A5A5A5. Windows color (decimal): -14230054 or 14343462. OLE color: 14343462.
HSL color Cylindrical-coordinate representation of color #26DDDA: hue angle of 179.02º 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 #26DDDA is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 221 | 218 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.13 |
| HSL | 179.02º | 0.73% | 0.51% | - |
| HSV(B) | 179.02º | 0.83% | 0.87% | - |
| XYZ | 39.31 | 57.19 | 75.3 | - |
| YUV | 165.94 | 157.37 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 221 | 218 | 0.83 | 0 | 0.01 | 0.13 | 179.02 | 0.73 | 0.51 |
| Hex | 26 | DD | DA | 53 | 0 | 1 | D | B3 | 49 | 33 |
| Octal | 46 | 335 | 332 | 123 | 0 | 1 | 15 | 263 | 111 | 63 |
| Binary | 100110 | 11011101 | 11011010 | 1010011 | 0 | 1 | 1101 | 10110011 | 1001001 | 110011 |
Color Harmonies of #26DDDA
Complementary color
Monochromatic Colors of #26DDDA
Black with #26DDDA
Text Example
Text Example
White with #26DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DDDA; }
p { color: rgb(38,221,218); }
H1.HeaderClassName
{
color: #26DDDA;
}
.AnyTagClassName
{
color: #26DDDA;
}
</style>
background-color css
<style>
a { background-color: #26DDDA; }
a { background-color: rgb(38,221,218); }
div.DivClassName
{
background-color: #26DDDA;
}
.BgClassName
{
background-color: #26DDDA;
}
</style>
border-color css
<style>
span { border-color: #26DDDA; }
span { border-color: rgb(38,221,218); }
td.TdClassName
{
border-color: #26DDDA;
}
.TagClassName
{
border-color: #26DDDA;
}
</style>