#36C5BC

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

Shades of Medium Turquoise #36C5BC

Tints of Medium Turquoise #36C5BC

Color information

#36C5BC (or 0x36C5BC) is unknown color: approx Medium Turquoise. HEX triplet: 36, C5 and BC. RGB value is (54,197,188). Sum of RGB (Red+Green+Blue) = 54+197+188=439 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.30% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #36C5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C5BC is #C93A43. Grayscale: #999999. Windows color (decimal): -13187652 or 12371254. OLE color: 12371254.

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

Color convert

RGB54197188-
CMYK0.7300.050.23
HSL176.22º56.97%49.22%-
HSV(B)176.22º72.59%77.25%-
XYZ30.5644.3554.53-
YUV153.22147.6257.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.30%
GREEN value IS 197 (77.34% from 255) = 44.87%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=12.30%
G=44.87%
B=42.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal541971880.7300.050.23176.2256.9749.22
Hex36C5BC490517b03931
Octal6630527411105272607161
Binary1101101100010110111100100100101011011110110000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,197,188); }

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

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

 a { background-color: rgb(54,197,188); }

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

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

 span { border-color: rgb(54,197,188); }

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