Shades of Medium Turquoise #36C6CF
Tints of Medium Turquoise #36C6CF
RGB
CMYK
RGB Variations
Color information
#36C6CF (or 0x36C6CF) is known color: Medium Turquoise. HEX triplet: 36, C6 and CF. RGB value is (54,198,207). Sum of RGB (Red+Green+Blue) = 54+198+207=459 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.76% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #36C6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C6CF is #C93930. Grayscale: #9B9B9B. Windows color (decimal): -13187377 or 13616694. OLE color: 13616694.
HSL color Cylindrical-coordinate representation of color #36C6CF: hue angle of 183.53º 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 #36C6CF is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 198 | 207 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.19 |
| HSL | 183.53º | 0.61% | 0.51% | - |
| HSV(B) | 183.53º | 0.74% | 0.81% | - |
| XYZ | 32.98 | 45.68 | 66.11 | - |
| YUV | 155.97 | 156.79 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 198 | 207 | 0.74 | 0.04 | 0 | 0.19 | 183.53 | 0.61 | 0.51 |
| Hex | 36 | C6 | CF | 4A | 4 | 0 | 13 | B8 | 3D | 33 |
| Octal | 66 | 306 | 317 | 112 | 4 | 0 | 23 | 270 | 75 | 63 |
| Binary | 110110 | 11000110 | 11001111 | 1001010 | 100 | 0 | 10011 | 10111000 | 111101 | 110011 |
Color Harmonies of #36C6CF
Complementary color
Monochromatic Colors of #36C6CF
Black with #36C6CF
Text Example
Text Example
White with #36C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C6CF; }
p { color: rgb(54,198,207); }
H1.HeaderClassName
{
color: #36C6CF;
}
.AnyTagClassName
{
color: #36C6CF;
}
</style>
background-color css
<style>
a { background-color: #36C6CF; }
a { background-color: rgb(54,198,207); }
div.DivClassName
{
background-color: #36C6CF;
}
.BgClassName
{
background-color: #36C6CF;
}
</style>
border-color css
<style>
span { border-color: #36C6CF; }
span { border-color: rgb(54,198,207); }
td.TdClassName
{
border-color: #36C6CF;
}
.TagClassName
{
border-color: #36C6CF;
}
</style>