Shades of Medium Turquoise #36BEC9
Tints of Medium Turquoise #36BEC9
RGB
CMYK
RGB Variations
Color information
#36BEC9 (or 0x36BEC9) is known color: Medium Turquoise. HEX triplet: 36, BE and C9. RGB value is (54,190,201). Sum of RGB (Red+Green+Blue) = 54+190+201=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #36BEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BEC9 is #C94136. Grayscale: #969696. Windows color (decimal): -13189431 or 13221430. OLE color: 13221430.
HSL color Cylindrical-coordinate representation of color #36BEC9: hue angle of 184.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36BEC9 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 190 | 201 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.21 |
| HSL | 184.49º | 0.58% | 0.5% | - |
| HSV(B) | 184.49º | 0.73% | 0.79% | - |
| XYZ | 30.48 | 41.83 | 61.73 | - |
| YUV | 150.59 | 156.44 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 190 | 201 | 0.73 | 0.05 | 0 | 0.21 | 184.49 | 0.58 | 0.5 |
| Hex | 36 | BE | C9 | 49 | 5 | 0 | 15 | B8 | 3A | 32 |
| Octal | 66 | 276 | 311 | 111 | 5 | 0 | 25 | 270 | 72 | 62 |
| Binary | 110110 | 10111110 | 11001001 | 1001001 | 101 | 0 | 10101 | 10111000 | 111010 | 110010 |
Color Harmonies of #36BEC9
Complementary color
Monochromatic Colors of #36BEC9
Black with #36BEC9
Text Example
Text Example
White with #36BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BEC9; }
p { color: rgb(54,190,201); }
H1.HeaderClassName
{
color: #36BEC9;
}
.AnyTagClassName
{
color: #36BEC9;
}
</style>
background-color css
<style>
a { background-color: #36BEC9; }
a { background-color: rgb(54,190,201); }
div.DivClassName
{
background-color: #36BEC9;
}
.BgClassName
{
background-color: #36BEC9;
}
</style>
border-color css
<style>
span { border-color: #36BEC9; }
span { border-color: rgb(54,190,201); }
td.TdClassName
{
border-color: #36BEC9;
}
.TagClassName
{
border-color: #36BEC9;
}
</style>