Shades of Medium Turquoise #36CCBB
Tints of Medium Turquoise #36CCBB
RGB
CMYK
RGB Variations
Color information
#36CCBB (or 0x36CCBB) is known color: Medium Turquoise. HEX triplet: 36, CC and BB. RGB value is (54,204,187). Sum of RGB (Red+Green+Blue) = 54+204+187=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCBB is #C93344. Grayscale: #9D9D9D. Windows color (decimal): -13185861 or 12307510. OLE color: 12307510.
HSL color Cylindrical-coordinate representation of color #36CCBB: hue angle of 173.2º 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 #36CCBB is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 187 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.2 |
| HSL | 173.2º | 0.6% | 0.51% | - |
| HSV(B) | 173.2º | 0.74% | 0.8% | - |
| XYZ | 32.08 | 47.56 | 54.5 | - |
| YUV | 157.21 | 144.81 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 187 | 0.74 | 0 | 0.08 | 0.2 | 173.2 | 0.6 | 0.51 |
| Hex | 36 | CC | BB | 4A | 0 | 8 | 14 | AD | 3C | 33 |
| Octal | 66 | 314 | 273 | 112 | 0 | 10 | 24 | 255 | 74 | 63 |
| Binary | 110110 | 11001100 | 10111011 | 1001010 | 0 | 1000 | 10100 | 10101101 | 111100 | 110011 |
Color Harmonies of #36CCBB
Complementary color
Monochromatic Colors of #36CCBB
Black with #36CCBB
Text Example
Text Example
White with #36CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCBB; }
p { color: rgb(54,204,187); }
H1.HeaderClassName
{
color: #36CCBB;
}
.AnyTagClassName
{
color: #36CCBB;
}
</style>
background-color css
<style>
a { background-color: #36CCBB; }
a { background-color: rgb(54,204,187); }
div.DivClassName
{
background-color: #36CCBB;
}
.BgClassName
{
background-color: #36CCBB;
}
</style>
border-color css
<style>
span { border-color: #36CCBB; }
span { border-color: rgb(54,204,187); }
td.TdClassName
{
border-color: #36CCBB;
}
.TagClassName
{
border-color: #36CCBB;
}
</style>