Shades of Medium Turquoise #36CBBC
Tints of Medium Turquoise #36CBBC
RGB
CMYK
RGB Variations
Color information
#36CBBC (or 0x36CBBC) is known color: Medium Turquoise. HEX triplet: 36, CB and BC. RGB value is (54,203,188). Sum of RGB (Red+Green+Blue) = 54+203+188=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #36CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBBC is #C93443. Grayscale: #9C9C9C. Windows color (decimal): -13186116 or 12372790. OLE color: 12372790.
HSL color Cylindrical-coordinate representation of color #36CBBC: hue angle of 173.96º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CBBC is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 203 | 188 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.20 |
| HSL | 173.96º | 0.59% | 0.5% | - |
| HSV(B) | 173.96º | 0.73% | 0.8% | - |
| XYZ | 31.95 | 47.13 | 54.99 | - |
| YUV | 156.74 | 145.64 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 188 | 0.73 | 0 | 0.07 | 0.20 | 173.96 | 0.59 | 0.5 |
| Hex | 36 | CB | BC | 49 | 0 | 7 | 14 | AE | 3B | 32 |
| Octal | 66 | 313 | 274 | 111 | 0 | 7 | 24 | 256 | 73 | 62 |
| Binary | 110110 | 11001011 | 10111100 | 1001001 | 0 | 111 | 10100 | 10101110 | 111011 | 110010 |
Color Harmonies of #36CBBC
Complementary color
Monochromatic Colors of #36CBBC
Black with #36CBBC
Text Example
Text Example
White with #36CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBBC; }
p { color: rgb(54,203,188); }
H1.HeaderClassName
{
color: #36CBBC;
}
.AnyTagClassName
{
color: #36CBBC;
}
</style>
background-color css
<style>
a { background-color: #36CBBC; }
a { background-color: rgb(54,203,188); }
div.DivClassName
{
background-color: #36CBBC;
}
.BgClassName
{
background-color: #36CBBC;
}
</style>
border-color css
<style>
span { border-color: #36CBBC; }
span { border-color: rgb(54,203,188); }
td.TdClassName
{
border-color: #36CBBC;
}
.TagClassName
{
border-color: #36CBBC;
}
</style>