#36BEBC

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

Shades of Medium Turquoise #36BEBC

Tints of Medium Turquoise #36BEBC

Color information

#36BEBC (or 0x36BEBC) is unknown color: approx Medium Turquoise. HEX triplet: 36, BE and BC. RGB value is (54,190,188). Sum of RGB (Red+Green+Blue) = 54+190+188=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #36BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BEBC is #C94143. Grayscale: #949494. Windows color (decimal): -13189444 or 12369462. OLE color: 12369462.

HSL color Cylindrical-coordinate representation of color #36BEBC: hue angle of 179.12º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BEBC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB54190188-
CMYK0.7200.010.25
HSL179.12º55.74%47.84%-
HSV(B)179.12º71.58%74.51%-
XYZ29.0141.2454.01-
YUV149.11149.9460.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.5%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=12.5%
G=43.98%
B=43.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541901880.7200.010.25179.1255.7447.84
Hex36BEBC480119b33830
Octal6627627411001312637060
Binary11011010111110101111001001000011100110110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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