Shades of Medium Turquoise #36C8D7
Tints of Medium Turquoise #36C8D7
RGB
CMYK
RGB Variations
Color information
#36C8D7 (or 0x36C8D7) is known color: Medium Turquoise. HEX triplet: 36, C8 and D7. RGB value is (54,200,215). Sum of RGB (Red+Green+Blue) = 54+200+215=469 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.51% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #36C8D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C8D7 is #C93728. Grayscale: #9D9D9D. Windows color (decimal): -13186857 or 14141494. OLE color: 14141494.
HSL color Cylindrical-coordinate representation of color #36C8D7: hue angle of 185.59º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36C8D7 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 200 | 215 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.16 |
| HSL | 185.59º | 0.67% | 0.53% | - |
| HSV(B) | 185.59º | 0.75% | 0.84% | - |
| XYZ | 34.44 | 47 | 71.55 | - |
| YUV | 158.06 | 160.13 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 200 | 215 | 0.75 | 0.07 | 0 | 0.16 | 185.59 | 0.67 | 0.53 |
| Hex | 36 | C8 | D7 | 4B | 7 | 0 | 10 | BA | 43 | 35 |
| Octal | 66 | 310 | 327 | 113 | 7 | 0 | 20 | 272 | 103 | 65 |
| Binary | 110110 | 11001000 | 11010111 | 1001011 | 111 | 0 | 10000 | 10111010 | 1000011 | 110101 |
Color Harmonies of #36C8D7
Complementary color
Monochromatic Colors of #36C8D7
Black with #36C8D7
Text Example
Text Example
White with #36C8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C8D7; }
p { color: rgb(54,200,215); }
H1.HeaderClassName
{
color: #36C8D7;
}
.AnyTagClassName
{
color: #36C8D7;
}
</style>
background-color css
<style>
a { background-color: #36C8D7; }
a { background-color: rgb(54,200,215); }
div.DivClassName
{
background-color: #36C8D7;
}
.BgClassName
{
background-color: #36C8D7;
}
</style>
border-color css
<style>
span { border-color: #36C8D7; }
span { border-color: rgb(54,200,215); }
td.TdClassName
{
border-color: #36C8D7;
}
.TagClassName
{
border-color: #36C8D7;
}
</style>