#36C7BE

Color #36C7BE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #36C7BE

Tints of Medium Turquoise #36C7BE

Color information

#36C7BE (or 0x36C7BE) is unknown color: approx Medium Turquoise. HEX triplet: 36, C7 and BE. RGB value is (54,199,190). Sum of RGB (Red+Green+Blue) = 54+199+190=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #36C7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C7BE is #C93841. Grayscale: #9A9A9A. Windows color (decimal): -13187138 or 12502838. OLE color: 12502838.

HSL color Cylindrical-coordinate representation of color #36C7BE: hue angle of 176.28º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C7BE is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB54199190-
CMYK0.7300.050.22
HSL176.28º57.31%49.61%-
HSV(B)176.28º72.86%78.04%-
XYZ31.2445.3555.82-
YUV154.62147.9656.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 12.19%
GREEN value IS 199 (78.12% from 255) = 44.92%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=12.19%
G=44.92%
B=42.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal541991900.7300.050.22176.2857.3149.61
Hex36C7BE490516b03932
Octal6630727611105262607162
Binary1101101100011110111110100100101011011010110000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36C7BE; }

 p { color: rgb(54,199,190); }

 H1.HeaderClassName
 {
   color: #36C7BE;
 }
 .AnyTagClassName
 {
   color: #36C7BE;
 }
</style>
background-color css

<style>
 a { background-color: #36C7BE; }

 a { background-color: rgb(54,199,190); }

 div.DivClassName
 {
   background-color: #36C7BE;
 }
 .BgClassName
 {
   background-color: #36C7BE;
 }
</style>
border-color css

<style>
 span { border-color: #36C7BE; }

 span { border-color: rgb(54,199,190); }

 td.TdClassName
 {
   border-color: #36C7BE;
 }
 .TagClassName
 {
   border-color: #36C7BE;
 }
</style>