#36BFBE

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

Shades of Medium Turquoise #36BFBE

Tints of Medium Turquoise #36BFBE

Color information

#36BFBE (or 0x36BFBE) is unknown color: approx Medium Turquoise. HEX triplet: 36, BF and BE. RGB value is (54,191,190). Sum of RGB (Red+Green+Blue) = 54+191+190=435 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.41% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #36BFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BFBE is #C94041. Grayscale: #959595. Windows color (decimal): -13189186 or 12500790. OLE color: 12500790.

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

Color convert

RGB54191190-
CMYK0.7200.010.25
HSL179.56º55.92%48.04%-
HSV(B)179.56º71.73%74.9%-
XYZ29.4541.7655.22-
YUV149.92150.6159.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.41%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=12.41%
G=43.91%
B=43.68%

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
Decimal541911900.7200.010.25179.5655.9248.04
Hex36BFBE480119b43830
Octal6627727611001312647060
Binary11011010111111101111101001000011100110110100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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