Shades of Medium Turquoise #36D0C5
Tints of Medium Turquoise #36D0C5
RGB
CMYK
RGB Variations
Color information
#36D0C5 (or 0x36D0C5) is known color: Medium Turquoise. HEX triplet: 36, D0 and C5. RGB value is (54,208,197). Sum of RGB (Red+Green+Blue) = 54+208+197=459 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.76% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #36D0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D0C5 is #C92F3A. Grayscale: #A0A0A0. Windows color (decimal): -13184827 or 12963894. OLE color: 12963894.
HSL color Cylindrical-coordinate representation of color #36D0C5: hue angle of 175.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D0C5 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 208 | 197 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.18 |
| HSL | 175.71º | 0.62% | 0.51% | - |
| HSV(B) | 175.71º | 0.74% | 0.82% | - |
| XYZ | 34.16 | 49.93 | 60.66 | - |
| YUV | 160.7 | 148.48 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 208 | 197 | 0.74 | 0 | 0.05 | 0.18 | 175.71 | 0.62 | 0.51 |
| Hex | 36 | D0 | C5 | 4A | 0 | 5 | 12 | B0 | 3E | 33 |
| Octal | 66 | 320 | 305 | 112 | 0 | 5 | 22 | 260 | 76 | 63 |
| Binary | 110110 | 11010000 | 11000101 | 1001010 | 0 | 101 | 10010 | 10110000 | 111110 | 110011 |
Color Harmonies of #36D0C5
Complementary color
Monochromatic Colors of #36D0C5
Black with #36D0C5
Text Example
Text Example
White with #36D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D0C5; }
p { color: rgb(54,208,197); }
H1.HeaderClassName
{
color: #36D0C5;
}
.AnyTagClassName
{
color: #36D0C5;
}
</style>
background-color css
<style>
a { background-color: #36D0C5; }
a { background-color: rgb(54,208,197); }
div.DivClassName
{
background-color: #36D0C5;
}
.BgClassName
{
background-color: #36D0C5;
}
</style>
border-color css
<style>
span { border-color: #36D0C5; }
span { border-color: rgb(54,208,197); }
td.TdClassName
{
border-color: #36D0C5;
}
.TagClassName
{
border-color: #36D0C5;
}
</style>