Shades of Turquoise #26E6CD
Tints of Turquoise #26E6CD
RGB
CMYK
RGB Variations
Color information
#26E6CD (or 0x26E6CD) is known color: Turquoise. HEX triplet: 26, E6 and CD. RGB value is (38,230,205). Sum of RGB (Red+Green+Blue) = 38+230+205=473 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.03% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #26E6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26E6CD is #D91932. Grayscale: #A9A9A9. Windows color (decimal): -14227763 or 13493798. OLE color: 13493798.
HSL color Cylindrical-coordinate representation of color #26E6CD: hue angle of 172.19º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E6CD is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 230 | 205 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.10 |
| HSL | 172.19º | 0.79% | 0.53% | - |
| HSV(B) | 172.19º | 0.83% | 0.9% | - |
| XYZ | 40.12 | 61.41 | 67.5 | - |
| YUV | 169.74 | 147.89 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 230 | 205 | 0.83 | 0 | 0.11 | 0.10 | 172.19 | 0.79 | 0.53 |
| Hex | 26 | E6 | CD | 53 | 0 | B | A | AC | 4F | 35 |
| Octal | 46 | 346 | 315 | 123 | 0 | 13 | 12 | 254 | 117 | 65 |
| Binary | 100110 | 11100110 | 11001101 | 1010011 | 0 | 1011 | 1010 | 10101100 | 1001111 | 110101 |
Color Harmonies of #26E6CD
Complementary color
Monochromatic Colors of #26E6CD
Black with #26E6CD
Text Example
Text Example
White with #26E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E6CD; }
p { color: rgb(38,230,205); }
H1.HeaderClassName
{
color: #26E6CD;
}
.AnyTagClassName
{
color: #26E6CD;
}
</style>
background-color css
<style>
a { background-color: #26E6CD; }
a { background-color: rgb(38,230,205); }
div.DivClassName
{
background-color: #26E6CD;
}
.BgClassName
{
background-color: #26E6CD;
}
</style>
border-color css
<style>
span { border-color: #26E6CD; }
span { border-color: rgb(38,230,205); }
td.TdClassName
{
border-color: #26E6CD;
}
.TagClassName
{
border-color: #26E6CD;
}
</style>