Shades of Medium Turquoise #36CECD
Tints of Medium Turquoise #36CECD
RGB
CMYK
RGB Variations
Color information
#36CECD (or 0x36CECD) is known color: Medium Turquoise. HEX triplet: 36, CE and CD. RGB value is (54,206,205). Sum of RGB (Red+Green+Blue) = 54+206+205=465 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.61% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #36CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CECD is #C93132. Grayscale: #A0A0A0. Windows color (decimal): -13185331 or 13487670. OLE color: 13487670.
HSL color Cylindrical-coordinate representation of color #36CECD: hue angle of 179.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CECD is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 206 | 205 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.19 |
| HSL | 179.61º | 0.61% | 0.51% | - |
| HSV(B) | 179.61º | 0.74% | 0.81% | - |
| XYZ | 34.61 | 49.33 | 65.46 | - |
| YUV | 160.44 | 153.14 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 205 | 0.74 | 0 | 0.00 | 0.19 | 179.61 | 0.61 | 0.51 |
| Hex | 36 | CE | CD | 4A | 0 | 0 | 13 | B4 | 3D | 33 |
| Octal | 66 | 316 | 315 | 112 | 0 | 0 | 23 | 264 | 75 | 63 |
| Binary | 110110 | 11001110 | 11001101 | 1001010 | 0 | 0 | 10011 | 10110100 | 111101 | 110011 |
Color Harmonies of #36CECD
Complementary color
Monochromatic Colors of #36CECD
Black with #36CECD
Text Example
Text Example
White with #36CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CECD; }
p { color: rgb(54,206,205); }
H1.HeaderClassName
{
color: #36CECD;
}
.AnyTagClassName
{
color: #36CECD;
}
</style>
background-color css
<style>
a { background-color: #36CECD; }
a { background-color: rgb(54,206,205); }
div.DivClassName
{
background-color: #36CECD;
}
.BgClassName
{
background-color: #36CECD;
}
</style>
border-color css
<style>
span { border-color: #36CECD; }
span { border-color: rgb(54,206,205); }
td.TdClassName
{
border-color: #36CECD;
}
.TagClassName
{
border-color: #36CECD;
}
</style>