Shades of Medium Turquoise #36BFBD
Tints of Medium Turquoise #36BFBD
RGB
CMYK
RGB Variations
Color information
#36BFBD (or 0x36BFBD) is known color: Medium Turquoise. HEX triplet: 36, BF and BD. RGB value is (54,191,189). Sum of RGB (Red+Green+Blue) = 54+191+189=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #36BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BFBD is #C94042. Grayscale: #959595. Windows color (decimal): -13189187 or 12435254. OLE color: 12435254.
HSL color Cylindrical-coordinate representation of color #36BFBD: hue angle of 179.12º 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 #36BFBD is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 191 | 189 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.25 |
| HSL | 179.12º | 0.56% | 0.48% | - |
| HSV(B) | 179.12º | 0.72% | 0.75% | - |
| XYZ | 29.34 | 41.72 | 54.65 | - |
| YUV | 149.81 | 150.11 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 191 | 189 | 0.72 | 0 | 0.01 | 0.25 | 179.12 | 0.56 | 0.48 |
| Hex | 36 | BF | BD | 48 | 0 | 1 | 19 | B3 | 38 | 30 |
| Octal | 66 | 277 | 275 | 110 | 0 | 1 | 31 | 263 | 70 | 60 |
| Binary | 110110 | 10111111 | 10111101 | 1001000 | 0 | 1 | 11001 | 10110011 | 111000 | 110000 |
Color Harmonies of #36BFBD
Complementary color
Monochromatic Colors of #36BFBD
Black with #36BFBD
Text Example
Text Example
White with #36BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BFBD; }
p { color: rgb(54,191,189); }
H1.HeaderClassName
{
color: #36BFBD;
}
.AnyTagClassName
{
color: #36BFBD;
}
</style>
background-color css
<style>
a { background-color: #36BFBD; }
a { background-color: rgb(54,191,189); }
div.DivClassName
{
background-color: #36BFBD;
}
.BgClassName
{
background-color: #36BFBD;
}
</style>
border-color css
<style>
span { border-color: #36BFBD; }
span { border-color: rgb(54,191,189); }
td.TdClassName
{
border-color: #36BFBD;
}
.TagClassName
{
border-color: #36BFBD;
}
</style>