Shades of Turquoise #26DDBD
Tints of Turquoise #26DDBD
RGB
CMYK
RGB Variations
Color information
#26DDBD (or 0x26DDBD) is known color: Turquoise. HEX triplet: 26, DD and BD. RGB value is (38,221,189). Sum of RGB (Red+Green+Blue) = 38+221+189=448 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.48% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #26DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26DDBD is #D92242. Grayscale: #A2A2A2. Windows color (decimal): -14230083 or 12442918. OLE color: 12442918.
HSL color Cylindrical-coordinate representation of color #26DDBD: hue angle of 169.51º 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 #26DDBD is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 221 | 189 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.13 |
| HSL | 169.51º | 0.73% | 0.51% | - |
| HSV(B) | 169.51º | 0.83% | 0.87% | - |
| XYZ | 35.84 | 55.8 | 57.03 | - |
| YUV | 162.64 | 142.87 | 39.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 221 | 189 | 0.83 | 0 | 0.14 | 0.13 | 169.51 | 0.73 | 0.51 |
| Hex | 26 | DD | BD | 53 | 0 | E | D | AA | 49 | 33 |
| Octal | 46 | 335 | 275 | 123 | 0 | 16 | 15 | 252 | 111 | 63 |
| Binary | 100110 | 11011101 | 10111101 | 1010011 | 0 | 1110 | 1101 | 10101010 | 1001001 | 110011 |
Color Harmonies of #26DDBD
Complementary color
Monochromatic Colors of #26DDBD
Black with #26DDBD
Text Example
Text Example
White with #26DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DDBD; }
p { color: rgb(38,221,189); }
H1.HeaderClassName
{
color: #26DDBD;
}
.AnyTagClassName
{
color: #26DDBD;
}
</style>
background-color css
<style>
a { background-color: #26DDBD; }
a { background-color: rgb(38,221,189); }
div.DivClassName
{
background-color: #26DDBD;
}
.BgClassName
{
background-color: #26DDBD;
}
</style>
border-color css
<style>
span { border-color: #26DDBD; }
span { border-color: rgb(38,221,189); }
td.TdClassName
{
border-color: #26DDBD;
}
.TagClassName
{
border-color: #26DDBD;
}
</style>