#37BFC1

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

Shades of Medium Turquoise #37BFC1

Tints of Medium Turquoise #37BFC1

Color information

#37BFC1 (or 0x37BFC1) is unknown color: approx Medium Turquoise. HEX triplet: 37, BF and C1. RGB value is (55,191,193). Sum of RGB (Red+Green+Blue) = 55+191+193=439 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.53% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #37BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFC1 is #C8403E. Grayscale: #969696. Windows color (decimal): -13123647 or 12697399. OLE color: 12697399.

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

Color convert

RGB55191193-
CMYK0.720.0100.24
HSL180.87º55.65%48.63%-
HSV(B)180.87º71.5%75.69%-
XYZ29.8341.9256.97-
YUV150.56151.9459.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.53%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=12.53%
G=43.51%
B=43.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal551911930.720.0100.24180.8755.6548.63
Hex37BFC1481018b53831
Octal6727730111010302657061
Binary11011110111111110000011001000101100010110101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,191,193); }

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

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

 a { background-color: rgb(55,191,193); }

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

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

 span { border-color: rgb(55,191,193); }

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