Shades of Medium Turquoise #36BDBD
Tints of Medium Turquoise #36BDBD
RGB
CMYK
RGB Variations
Color information
#36BDBD (or 0x36BDBD) is known color: Medium Turquoise. HEX triplet: 36, BD and BD. RGB value is (54,189,189). Sum of RGB (Red+Green+Blue) = 54+189+189=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #36BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BDBD is #C94242. Grayscale: #949494. Windows color (decimal): -13189699 or 12434742. OLE color: 12434742.
HSL color Cylindrical-coordinate representation of color #36BDBD: hue angle of 180º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BDBD is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 189 | 189 | - |
| CMYK | 0.71 | 0 | 0 | 0.26 |
| HSL | 180º | 0.56% | 0.48% | - |
| HSV(B) | 180º | 0.71% | 0.74% | - |
| XYZ | 28.9 | 40.85 | 54.51 | - |
| YUV | 148.64 | 150.77 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 189 | 189 | 0.71 | 0 | 0 | 0.26 | 180 | 0.56 | 0.48 |
| Hex | 36 | BD | BD | 47 | 0 | 0 | 1A | B4 | 38 | 30 |
| Octal | 66 | 275 | 275 | 107 | 0 | 0 | 32 | 264 | 70 | 60 |
| Binary | 110110 | 10111101 | 10111101 | 1000111 | 0 | 0 | 11010 | 10110100 | 111000 | 110000 |
Color Harmonies of #36BDBD
Complementary color
Monochromatic Colors of #36BDBD
Black with #36BDBD
Text Example
Text Example
White with #36BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BDBD; }
p { color: rgb(54,189,189); }
H1.HeaderClassName
{
color: #36BDBD;
}
.AnyTagClassName
{
color: #36BDBD;
}
</style>
background-color css
<style>
a { background-color: #36BDBD; }
a { background-color: rgb(54,189,189); }
div.DivClassName
{
background-color: #36BDBD;
}
.BgClassName
{
background-color: #36BDBD;
}
</style>
border-color css
<style>
span { border-color: #36BDBD; }
span { border-color: rgb(54,189,189); }
td.TdClassName
{
border-color: #36BDBD;
}
.TagClassName
{
border-color: #36BDBD;
}
</style>