Shades of Medium Turquoise #36C8CF
Tints of Medium Turquoise #36C8CF
RGB
CMYK
RGB Variations
Color information
#36C8CF (or 0x36C8CF) is known color: Medium Turquoise. HEX triplet: 36, C8 and CF. RGB value is (54,200,207). Sum of RGB (Red+Green+Blue) = 54+200+207=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #36C8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C8CF is #C93730. Grayscale: #9C9C9C. Windows color (decimal): -13186865 or 13617206. OLE color: 13617206.
HSL color Cylindrical-coordinate representation of color #36C8CF: hue angle of 182.75º 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 #36C8CF is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 200 | 207 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.19 |
| HSL | 182.75º | 0.61% | 0.51% | - |
| HSV(B) | 182.75º | 0.74% | 0.81% | - |
| XYZ | 33.44 | 46.6 | 66.26 | - |
| YUV | 157.14 | 156.13 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 200 | 207 | 0.74 | 0.03 | 0 | 0.19 | 182.75 | 0.61 | 0.51 |
| Hex | 36 | C8 | CF | 4A | 3 | 0 | 13 | B7 | 3D | 33 |
| Octal | 66 | 310 | 317 | 112 | 3 | 0 | 23 | 267 | 75 | 63 |
| Binary | 110110 | 11001000 | 11001111 | 1001010 | 11 | 0 | 10011 | 10110111 | 111101 | 110011 |
Color Harmonies of #36C8CF
Complementary color
Monochromatic Colors of #36C8CF
Black with #36C8CF
Text Example
Text Example
White with #36C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C8CF; }
p { color: rgb(54,200,207); }
H1.HeaderClassName
{
color: #36C8CF;
}
.AnyTagClassName
{
color: #36C8CF;
}
</style>
background-color css
<style>
a { background-color: #36C8CF; }
a { background-color: rgb(54,200,207); }
div.DivClassName
{
background-color: #36C8CF;
}
.BgClassName
{
background-color: #36C8CF;
}
</style>
border-color css
<style>
span { border-color: #36C8CF; }
span { border-color: rgb(54,200,207); }
td.TdClassName
{
border-color: #36C8CF;
}
.TagClassName
{
border-color: #36C8CF;
}
</style>