Shades of Medium Turquoise #36CEBB
Tints of Medium Turquoise #36CEBB
RGB
CMYK
RGB Variations
Color information
#36CEBB (or 0x36CEBB) is known color: Medium Turquoise. HEX triplet: 36, CE and BB. RGB value is (54,206,187). Sum of RGB (Red+Green+Blue) = 54+206+187=447 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.08% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #36CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEBB is #C93144. Grayscale: #9E9E9E. Windows color (decimal): -13185349 or 12308022. OLE color: 12308022.
HSL color Cylindrical-coordinate representation of color #36CEBB: hue angle of 172.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CEBB is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 206 | 187 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.19 |
| HSL | 172.5º | 0.61% | 0.51% | - |
| HSV(B) | 172.5º | 0.74% | 0.81% | - |
| XYZ | 32.56 | 48.51 | 54.66 | - |
| YUV | 158.39 | 144.14 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 187 | 0.74 | 0 | 0.09 | 0.19 | 172.5 | 0.61 | 0.51 |
| Hex | 36 | CE | BB | 4A | 0 | 9 | 13 | AC | 3D | 33 |
| Octal | 66 | 316 | 273 | 112 | 0 | 11 | 23 | 254 | 75 | 63 |
| Binary | 110110 | 11001110 | 10111011 | 1001010 | 0 | 1001 | 10011 | 10101100 | 111101 | 110011 |
Color Harmonies of #36CEBB
Complementary color
Monochromatic Colors of #36CEBB
Black with #36CEBB
Text Example
Text Example
White with #36CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CEBB; }
p { color: rgb(54,206,187); }
H1.HeaderClassName
{
color: #36CEBB;
}
.AnyTagClassName
{
color: #36CEBB;
}
</style>
background-color css
<style>
a { background-color: #36CEBB; }
a { background-color: rgb(54,206,187); }
div.DivClassName
{
background-color: #36CEBB;
}
.BgClassName
{
background-color: #36CEBB;
}
</style>
border-color css
<style>
span { border-color: #36CEBB; }
span { border-color: rgb(54,206,187); }
td.TdClassName
{
border-color: #36CEBB;
}
.TagClassName
{
border-color: #36CEBB;
}
</style>