Shades of Medium Turquoise #36C7D0
Tints of Medium Turquoise #36C7D0
RGB
CMYK
RGB Variations
Color information
#36C7D0 (or 0x36C7D0) is known color: Medium Turquoise. HEX triplet: 36, C7 and D0. RGB value is (54,199,208). Sum of RGB (Red+Green+Blue) = 54+199+208=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #36C7D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C7D0 is #C9382F. Grayscale: #9C9C9C. Windows color (decimal): -13187120 or 13682486. OLE color: 13682486.
HSL color Cylindrical-coordinate representation of color #36C7D0: hue angle of 183.51º 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 #36C7D0 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 199 | 208 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.18 |
| HSL | 183.51º | 0.62% | 0.51% | - |
| HSV(B) | 183.51º | 0.74% | 0.82% | - |
| XYZ | 33.33 | 46.19 | 66.83 | - |
| YUV | 156.67 | 156.96 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 199 | 208 | 0.74 | 0.04 | 0 | 0.18 | 183.51 | 0.62 | 0.51 |
| Hex | 36 | C7 | D0 | 4A | 4 | 0 | 12 | B8 | 3E | 33 |
| Octal | 66 | 307 | 320 | 112 | 4 | 0 | 22 | 270 | 76 | 63 |
| Binary | 110110 | 11000111 | 11010000 | 1001010 | 100 | 0 | 10010 | 10111000 | 111110 | 110011 |
Color Harmonies of #36C7D0
Complementary color
Monochromatic Colors of #36C7D0
Black with #36C7D0
Text Example
Text Example
White with #36C7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C7D0; }
p { color: rgb(54,199,208); }
H1.HeaderClassName
{
color: #36C7D0;
}
.AnyTagClassName
{
color: #36C7D0;
}
</style>
background-color css
<style>
a { background-color: #36C7D0; }
a { background-color: rgb(54,199,208); }
div.DivClassName
{
background-color: #36C7D0;
}
.BgClassName
{
background-color: #36C7D0;
}
</style>
border-color css
<style>
span { border-color: #36C7D0; }
span { border-color: rgb(54,199,208); }
td.TdClassName
{
border-color: #36C7D0;
}
.TagClassName
{
border-color: #36C7D0;
}
</style>