#36C4BE

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

Shades of Medium Turquoise #36C4BE

Tints of Medium Turquoise #36C4BE

Color information

#36C4BE (or 0x36C4BE) is unknown color: approx Medium Turquoise. HEX triplet: 36, C4 and BE. RGB value is (54,196,190). Sum of RGB (Red+Green+Blue) = 54+196+190=440 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.27% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #36C4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C4BE is #C93B41. Grayscale: #989898. Windows color (decimal): -13187906 or 12502070. OLE color: 12502070.

HSL color Cylindrical-coordinate representation of color #36C4BE: hue angle of 177.46º 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 #36C4BE is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB54196190-
CMYK0.7200.030.23
HSL177.46º56.8%49.02%-
HSV(B)177.46º72.45%76.86%-
XYZ30.5643.9855.59-
YUV152.86148.9657.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.27%
GREEN value IS 196 (76.95% from 255) = 44.55%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=12.27%
G=44.55%
B=43.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal541961900.7200.030.23177.4656.849.02
Hex36C4BE480317b13931
Octal6630427611003272617161
Binary110110110001001011111010010000111011110110001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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