Shades of Medium Turquoise #36CCBA
Tints of Medium Turquoise #36CCBA
RGB
CMYK
RGB Variations
Color information
#36CCBA (or 0x36CCBA) is known color: Medium Turquoise. HEX triplet: 36, CC and BA. RGB value is (54,204,186). Sum of RGB (Red+Green+Blue) = 54+204+186=444 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.16% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCBA is #C93345. Grayscale: #9D9D9D. Windows color (decimal): -13185862 or 12241974. OLE color: 12241974.
HSL color Cylindrical-coordinate representation of color #36CCBA: hue angle of 172.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CCBA is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 186 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.2 |
| HSL | 172.8º | 0.6% | 0.51% | - |
| HSV(B) | 172.8º | 0.74% | 0.8% | - |
| XYZ | 31.98 | 47.52 | 53.94 | - |
| YUV | 157.1 | 144.31 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 186 | 0.74 | 0 | 0.09 | 0.2 | 172.8 | 0.6 | 0.51 |
| Hex | 36 | CC | BA | 4A | 0 | 9 | 14 | AD | 3C | 33 |
| Octal | 66 | 314 | 272 | 112 | 0 | 11 | 24 | 255 | 74 | 63 |
| Binary | 110110 | 11001100 | 10111010 | 1001010 | 0 | 1001 | 10100 | 10101101 | 111100 | 110011 |
Color Harmonies of #36CCBA
Complementary color
Monochromatic Colors of #36CCBA
Black with #36CCBA
Text Example
Text Example
White with #36CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCBA; }
p { color: rgb(54,204,186); }
H1.HeaderClassName
{
color: #36CCBA;
}
.AnyTagClassName
{
color: #36CCBA;
}
</style>
background-color css
<style>
a { background-color: #36CCBA; }
a { background-color: rgb(54,204,186); }
div.DivClassName
{
background-color: #36CCBA;
}
.BgClassName
{
background-color: #36CCBA;
}
</style>
border-color css
<style>
span { border-color: #36CCBA; }
span { border-color: rgb(54,204,186); }
td.TdClassName
{
border-color: #36CCBA;
}
.TagClassName
{
border-color: #36CCBA;
}
</style>