#37C2B9

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

Shades of Medium Turquoise #37C2B9

Tints of Medium Turquoise #37C2B9

Color information

#37C2B9 (or 0x37C2B9) is unknown color: approx Medium Turquoise. HEX triplet: 37, C2 and B9. RGB value is (55,194,185). Sum of RGB (Red+Green+Blue) = 55+194+185=434 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.67% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #37C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C2B9 is #C83D46. Grayscale: #979797. Windows color (decimal): -13122887 or 12173879. OLE color: 12173879.

HSL color Cylindrical-coordinate representation of color #37C2B9: hue angle of 176.12º 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 #37C2B9 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB55194185-
CMYK0.7200.050.24
HSL176.12º55.82%48.82%-
HSV(B)176.12º71.65%76.08%-
XYZ29.6242.952.62-
YUV151.41146.9559.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.67%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 185 (72.66% from 255) = 42.63%
R=12.67%
G=44.70%
B=42.63%

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
Decimal551941850.7200.050.24176.1255.8248.82
Hex37C2B9480518b03831
Octal6730227111005302607061
Binary1101111100001010111001100100001011100010110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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