#36C5BA

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

Shades of Medium Turquoise #36C5BA

Tints of Medium Turquoise #36C5BA

Color information

#36C5BA (or 0x36C5BA) is unknown color: approx Medium Turquoise. HEX triplet: 36, C5 and BA. RGB value is (54,197,186). Sum of RGB (Red+Green+Blue) = 54+197+186=437 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.36% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #36C5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C5BA is #C93A45. Grayscale: #989898. Windows color (decimal): -13187654 or 12240182. OLE color: 12240182.

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

Color convert

RGB54197186-
CMYK0.7300.060.23
HSL175.38º56.97%49.22%-
HSV(B)175.38º72.59%77.25%-
XYZ30.3544.2653.4-
YUV152.99146.6257.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.36%
GREEN value IS 197 (77.34% from 255) = 45.08%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=12.36%
G=45.08%
B=42.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal541971860.7300.060.23175.3856.9749.22
Hex36C5BA490617af3931
Octal6630527211106272577161
Binary1101101100010110111010100100101101011110101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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