Shades of Turquoise #26DDDD
Tints of Turquoise #26DDDD
RGB
CMYK
RGB Variations
Color information
#26DDDD (or 0x26DDDD) is known color: Turquoise. HEX triplet: 26, DD and DD. RGB value is (38,221,221). Sum of RGB (Red+Green+Blue) = 38+221+221=480 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.92% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #26DDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DDDD is #D92222. Grayscale: #A6A6A6. Windows color (decimal): -14230051 or 14540070. OLE color: 14540070.
HSL color Cylindrical-coordinate representation of color #26DDDD: hue angle of 180º 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 #26DDDD is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 221 | 221 | - |
| CMYK | 0.83 | 0 | 0 | 0.13 |
| HSL | 180º | 0.73% | 0.51% | - |
| HSV(B) | 180º | 0.83% | 0.87% | - |
| XYZ | 39.71 | 57.35 | 77.38 | - |
| YUV | 166.28 | 158.87 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 221 | 221 | 0.83 | 0 | 0 | 0.13 | 180 | 0.73 | 0.51 |
| Hex | 26 | DD | DD | 53 | 0 | 0 | D | B4 | 49 | 33 |
| Octal | 46 | 335 | 335 | 123 | 0 | 0 | 15 | 264 | 111 | 63 |
| Binary | 100110 | 11011101 | 11011101 | 1010011 | 0 | 0 | 1101 | 10110100 | 1001001 | 110011 |
Color Harmonies of #26DDDD
Complementary color
Monochromatic Colors of #26DDDD
Black with #26DDDD
Text Example
Text Example
White with #26DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DDDD; }
p { color: rgb(38,221,221); }
H1.HeaderClassName
{
color: #26DDDD;
}
.AnyTagClassName
{
color: #26DDDD;
}
</style>
background-color css
<style>
a { background-color: #26DDDD; }
a { background-color: rgb(38,221,221); }
div.DivClassName
{
background-color: #26DDDD;
}
.BgClassName
{
background-color: #26DDDD;
}
</style>
border-color css
<style>
span { border-color: #26DDDD; }
span { border-color: rgb(38,221,221); }
td.TdClassName
{
border-color: #26DDDD;
}
.TagClassName
{
border-color: #26DDDD;
}
</style>