#37C8BD

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

Shades of Medium Turquoise #37C8BD

Tints of Medium Turquoise #37C8BD

Color information

#37C8BD (or 0x37C8BD) is unknown color: approx Medium Turquoise. HEX triplet: 37, C8 and BD. RGB value is (55,200,189). Sum of RGB (Red+Green+Blue) = 55+200+189=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #37C8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C8BD is #C83742. Grayscale: #9B9B9B. Windows color (decimal): -13121347 or 12437559. OLE color: 12437559.

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

Color convert

RGB55200189-
CMYK0.7200.060.22
HSL175.45º56.86%50%-
HSV(B)175.45º72.5%78.43%-
XYZ31.4245.7955.33-
YUV155.39146.9656.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.39%
GREEN value IS 200 (78.52% from 255) = 45.05%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=12.39%
G=45.05%
B=42.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal552001890.7200.060.22175.4556.8650
Hex37C8BD480616af3932
Octal6731027511006262577162
Binary1101111100100010111101100100001101011010101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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