#37E1C9

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

Shades of Turquoise #37E1C9

Tints of Turquoise #37E1C9

Color information

#37E1C9 (or 0x37E1C9) is unknown color: approx Turquoise. HEX triplet: 37, E1 and C9. RGB value is (55,225,201). Sum of RGB (Red+Green+Blue) = 55+225+201=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #37E1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E1C9 is #C81E36. Grayscale: #ABABAB. Windows color (decimal): -13114935 or 13230391. OLE color: 13230391.

HSL color Cylindrical-coordinate representation of color #37E1C9: hue angle of 171.53º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E1C9 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB55225201-
CMYK0.7600.110.12
HSL171.53º73.91%54.9%-
HSV(B)171.53º75.56%88.24%-
XYZ39.0458.8864.57-
YUV171.43144.6844.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.43%
GREEN value IS 225 (88.28% from 255) = 46.78%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=11.43%
G=46.78%
B=41.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal552252010.7600.110.12171.5373.9154.9
Hex37E1C94C0BCac4a37
Octal673413111140131425411267
Binary11011111100001110010011001100010111100101011001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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