Shades of Medium Turquoise #36BFBC
Tints of Medium Turquoise #36BFBC
RGB
CMYK
RGB Variations
Color information
#36BFBC (or 0x36BFBC) is known color: Medium Turquoise. HEX triplet: 36, BF and BC. RGB value is (54,191,188). Sum of RGB (Red+Green+Blue) = 54+191+188=433 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.47% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #36BFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BFBC is #C94043. Grayscale: #959595. Windows color (decimal): -13189188 or 12369718. OLE color: 12369718.
HSL color Cylindrical-coordinate representation of color #36BFBC: hue angle of 178.69º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BFBC is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 191 | 188 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.25 |
| HSL | 178.69º | 0.56% | 0.48% | - |
| HSV(B) | 178.69º | 0.72% | 0.75% | - |
| XYZ | 29.23 | 41.68 | 54.08 | - |
| YUV | 149.7 | 149.61 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 191 | 188 | 0.72 | 0 | 0.02 | 0.25 | 178.69 | 0.56 | 0.48 |
| Hex | 36 | BF | BC | 48 | 0 | 2 | 19 | B3 | 38 | 30 |
| Octal | 66 | 277 | 274 | 110 | 0 | 2 | 31 | 263 | 70 | 60 |
| Binary | 110110 | 10111111 | 10111100 | 1001000 | 0 | 10 | 11001 | 10110011 | 111000 | 110000 |
Color Harmonies of #36BFBC
Complementary color
Monochromatic Colors of #36BFBC
Black with #36BFBC
Text Example
Text Example
White with #36BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BFBC; }
p { color: rgb(54,191,188); }
H1.HeaderClassName
{
color: #36BFBC;
}
.AnyTagClassName
{
color: #36BFBC;
}
</style>
background-color css
<style>
a { background-color: #36BFBC; }
a { background-color: rgb(54,191,188); }
div.DivClassName
{
background-color: #36BFBC;
}
.BgClassName
{
background-color: #36BFBC;
}
</style>
border-color css
<style>
span { border-color: #36BFBC; }
span { border-color: rgb(54,191,188); }
td.TdClassName
{
border-color: #36BFBC;
}
.TagClassName
{
border-color: #36BFBC;
}
</style>