Shades of Medium Turquoise #36CEBD
Tints of Medium Turquoise #36CEBD
RGB
CMYK
RGB Variations
Color information
#36CEBD (or 0x36CEBD) is known color: Medium Turquoise. HEX triplet: 36, CE and BD. RGB value is (54,206,189). Sum of RGB (Red+Green+Blue) = 54+206+189=449 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.03% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #36CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEBD is #C93142. Grayscale: #9E9E9E. Windows color (decimal): -13185347 or 12439094. OLE color: 12439094.
HSL color Cylindrical-coordinate representation of color #36CEBD: hue angle of 173.29º 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 #36CEBD is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 206 | 189 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.19 |
| HSL | 173.29º | 0.61% | 0.51% | - |
| HSV(B) | 173.29º | 0.74% | 0.81% | - |
| XYZ | 32.78 | 48.6 | 55.8 | - |
| YUV | 158.61 | 145.14 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 189 | 0.74 | 0 | 0.08 | 0.19 | 173.29 | 0.61 | 0.51 |
| Hex | 36 | CE | BD | 4A | 0 | 8 | 13 | AD | 3D | 33 |
| Octal | 66 | 316 | 275 | 112 | 0 | 10 | 23 | 255 | 75 | 63 |
| Binary | 110110 | 11001110 | 10111101 | 1001010 | 0 | 1000 | 10011 | 10101101 | 111101 | 110011 |
Color Harmonies of #36CEBD
Complementary color
Monochromatic Colors of #36CEBD
Black with #36CEBD
Text Example
Text Example
White with #36CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CEBD; }
p { color: rgb(54,206,189); }
H1.HeaderClassName
{
color: #36CEBD;
}
.AnyTagClassName
{
color: #36CEBD;
}
</style>
background-color css
<style>
a { background-color: #36CEBD; }
a { background-color: rgb(54,206,189); }
div.DivClassName
{
background-color: #36CEBD;
}
.BgClassName
{
background-color: #36CEBD;
}
</style>
border-color css
<style>
span { border-color: #36CEBD; }
span { border-color: rgb(54,206,189); }
td.TdClassName
{
border-color: #36CEBD;
}
.TagClassName
{
border-color: #36CEBD;
}
</style>