#36C2B9

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

Shades of Medium Turquoise #36C2B9

Tints of Medium Turquoise #36C2B9

Color information

#36C2B9 (or 0x36C2B9) is unknown color: approx Medium Turquoise. HEX triplet: 36, C2 and B9. RGB value is (54,194,185). Sum of RGB (Red+Green+Blue) = 54+194+185=433 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.47% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #36C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C2B9 is #C93D46. Grayscale: #979797. Windows color (decimal): -13188423 or 12173878. OLE color: 12173878.

HSL color Cylindrical-coordinate representation of color #36C2B9: hue angle of 176.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C2B9 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB54194185-
CMYK0.7200.050.24
HSL176.14º56.45%48.63%-
HSV(B)176.14º72.16%76.08%-
XYZ29.5742.8752.62-
YUV151.11147.1258.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.47%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=12.47%
G=44.80%
B=42.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541941850.7200.050.24176.1456.4548.63
Hex36C2B9480518b03831
Octal6630227111005302607061
Binary1101101100001010111001100100001011100010110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,194,185); }

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

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

 a { background-color: rgb(54,194,185); }

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

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

 span { border-color: rgb(54,194,185); }

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