Shades of Turquoise #26E5DD
Tints of Turquoise #26E5DD
RGB
CMYK
RGB Variations
Color information
#26E5DD (or 0x26E5DD) is known color: Turquoise. HEX triplet: 26, E5 and DD. RGB value is (38,229,221). Sum of RGB (Red+Green+Blue) = 38+229+221=488 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.79% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #26E5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26E5DD is #D91A22. Grayscale: #AAAAAA. Windows color (decimal): -14228003 or 14542118. OLE color: 14542118.
HSL color Cylindrical-coordinate representation of color #26E5DD: hue angle of 177.49º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E5DD is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 229 | 221 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.10 |
| HSL | 177.49º | 0.79% | 0.52% | - |
| HSV(B) | 177.49º | 0.83% | 0.9% | - |
| XYZ | 41.87 | 61.67 | 78.1 | - |
| YUV | 170.98 | 156.22 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 229 | 221 | 0.83 | 0 | 0.03 | 0.10 | 177.49 | 0.79 | 0.52 |
| Hex | 26 | E5 | DD | 53 | 0 | 3 | A | B1 | 4F | 34 |
| Octal | 46 | 345 | 335 | 123 | 0 | 3 | 12 | 261 | 117 | 64 |
| Binary | 100110 | 11100101 | 11011101 | 1010011 | 0 | 11 | 1010 | 10110001 | 1001111 | 110100 |
Color Harmonies of #26E5DD
Complementary color
Monochromatic Colors of #26E5DD
Black with #26E5DD
Text Example
Text Example
White with #26E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E5DD; }
p { color: rgb(38,229,221); }
H1.HeaderClassName
{
color: #26E5DD;
}
.AnyTagClassName
{
color: #26E5DD;
}
</style>
background-color css
<style>
a { background-color: #26E5DD; }
a { background-color: rgb(38,229,221); }
div.DivClassName
{
background-color: #26E5DD;
}
.BgClassName
{
background-color: #26E5DD;
}
</style>
border-color css
<style>
span { border-color: #26E5DD; }
span { border-color: rgb(38,229,221); }
td.TdClassName
{
border-color: #26E5DD;
}
.TagClassName
{
border-color: #26E5DD;
}
</style>