#36C4B9

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

Shades of Medium Turquoise #36C4B9

Tints of Medium Turquoise #36C4B9

Color information

#36C4B9 (or 0x36C4B9) is unknown color: approx Medium Turquoise. HEX triplet: 36, C4 and B9. RGB value is (54,196,185). Sum of RGB (Red+Green+Blue) = 54+196+185=435 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.41% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #36C4B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C4B9 is #C93B46. Grayscale: #989898. Windows color (decimal): -13187911 or 12174390. OLE color: 12174390.

HSL color Cylindrical-coordinate representation of color #36C4B9: hue angle of 175.35º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C4B9 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB54196185-
CMYK0.7200.060.23
HSL175.35º56.8%49.02%-
HSV(B)175.35º72.45%76.86%-
XYZ30.0243.7752.76-
YUV152.29146.4657.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.41%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 185 (72.66% from 255) = 42.53%
R=12.41%
G=45.06%
B=42.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal541961850.7200.060.23175.3556.849.02
Hex36C4B9480617af3931
Octal6630427111006272577161
Binary1101101100010010111001100100001101011110101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,196,185); }

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

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

 a { background-color: rgb(54,196,185); }

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

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

 span { border-color: rgb(54,196,185); }

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