Shades of Turquoise #36E5CD
Tints of Turquoise #36E5CD
RGB
CMYK
RGB Variations
Color information
#36E5CD (or 0x36E5CD) is known color: Turquoise. HEX triplet: 36, E5 and CD. RGB value is (54,229,205). Sum of RGB (Red+Green+Blue) = 54+229+205=488 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.07% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #36E5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E5CD is #C91A32. Grayscale: #ADADAD. Windows color (decimal): -13179443 or 13493558. OLE color: 13493558.
HSL color Cylindrical-coordinate representation of color #36E5CD: hue angle of 171.77º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E5CD is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 229 | 205 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.10 |
| HSL | 171.77º | 0.77% | 0.55% | - |
| HSV(B) | 171.77º | 0.76% | 0.9% | - |
| XYZ | 40.56 | 61.23 | 67.44 | - |
| YUV | 173.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 229 | 205 | 0.76 | 0 | 0.10 | 0.10 | 171.77 | 0.77 | 0.55 |
| Hex | 36 | E5 | CD | 4C | 0 | A | A | AC | 4D | 37 |
| Octal | 66 | 345 | 315 | 114 | 0 | 12 | 12 | 254 | 115 | 67 |
| Binary | 110110 | 11100101 | 11001101 | 1001100 | 0 | 1010 | 1010 | 10101100 | 1001101 | 110111 |
Color Harmonies of #36E5CD
Complementary color
Monochromatic Colors of #36E5CD
Black with #36E5CD
Text Example
Text Example
White with #36E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E5CD; }
p { color: rgb(54,229,205); }
H1.HeaderClassName
{
color: #36E5CD;
}
.AnyTagClassName
{
color: #36E5CD;
}
</style>
background-color css
<style>
a { background-color: #36E5CD; }
a { background-color: rgb(54,229,205); }
div.DivClassName
{
background-color: #36E5CD;
}
.BgClassName
{
background-color: #36E5CD;
}
</style>
border-color css
<style>
span { border-color: #36E5CD; }
span { border-color: rgb(54,229,205); }
td.TdClassName
{
border-color: #36E5CD;
}
.TagClassName
{
border-color: #36E5CD;
}
</style>