#37C7CA

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

Shades of Medium Turquoise #37C7CA

Tints of Medium Turquoise #37C7CA

Color information

#37C7CA (or 0x37C7CA) is unknown color: approx Medium Turquoise. HEX triplet: 37, C7 and CA. RGB value is (55,199,202). Sum of RGB (Red+Green+Blue) = 55+199+202=456 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.06% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #37C7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C7CA is #C83835. Grayscale: #9C9C9C. Windows color (decimal): -13121590 or 13289271. OLE color: 13289271.

HSL color Cylindrical-coordinate representation of color #37C7CA: hue angle of 181.22º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C7CA is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB55199202-
CMYK0.730.0100.21
HSL181.22º58.1%50.39%-
HSV(B)181.22º72.77%79.22%-
XYZ32.6645.9263.02-
YUV156.29153.7955.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.06%
GREEN value IS 199 (78.12% from 255) = 43.64%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=12.06%
G=43.64%
B=44.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551992020.730.0100.21181.2258.150.39
Hex37C7CA491015b53a32
Octal6730731211110252657262
Binary11011111000111110010101001001101010110110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,199,202); }

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

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

 a { background-color: rgb(55,199,202); }

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

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

 span { border-color: rgb(55,199,202); }

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