#37C8BE

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

Shades of Medium Turquoise #37C8BE

Tints of Medium Turquoise #37C8BE

Color information

#37C8BE (or 0x37C8BE) is unknown color: approx Medium Turquoise. HEX triplet: 37, C8 and BE. RGB value is (55,200,190). Sum of RGB (Red+Green+Blue) = 55+200+190=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #37C8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C8BE is #C83741. Grayscale: #9B9B9B. Windows color (decimal): -13121346 or 12503095. OLE color: 12503095.

HSL color Cylindrical-coordinate representation of color #37C8BE: hue angle of 175.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C8BE is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB55200190-
CMYK0.7200.050.22
HSL175.86º56.86%50%-
HSV(B)175.86º72.5%78.43%-
XYZ31.5245.8455.9-
YUV155.5147.4656.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.36%
GREEN value IS 200 (78.52% from 255) = 44.94%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=12.36%
G=44.94%
B=42.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal552001900.7200.050.22175.8656.8650
Hex37C8BE480516b03932
Octal6731027611005262607162
Binary1101111100100010111110100100001011011010110000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,200,190); }

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

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

 a { background-color: rgb(55,200,190); }

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

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

 span { border-color: rgb(55,200,190); }

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