#37C9C1

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

Shades of Medium Turquoise #37C9C1

Tints of Medium Turquoise #37C9C1

Color information

#37C9C1 (or 0x37C9C1) is unknown color: approx Medium Turquoise. HEX triplet: 37, C9 and C1. RGB value is (55,201,193). Sum of RGB (Red+Green+Blue) = 55+201+193=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #37C9C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C9C1 is #C8363E. Grayscale: #9C9C9C. Windows color (decimal): -13121087 or 12699959. OLE color: 12699959.

HSL color Cylindrical-coordinate representation of color #37C9C1: hue angle of 176.71º degrees, saturation: 0.57, 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 #37C9C1 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB55201193-
CMYK0.7300.040.21
HSL176.71º57.48%50.2%-
HSV(B)176.71º72.64%78.82%-
XYZ32.0946.4457.72-
YUV156.43148.6355.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.25%
GREEN value IS 201 (78.91% from 255) = 44.77%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=12.25%
G=44.77%
B=42.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal552011930.7300.040.21176.7157.4850.2
Hex37C9C1490415b13932
Octal6731130111104252617162
Binary1101111100100111000001100100101001010110110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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