#37E1C8

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

Shades of Turquoise #37E1C8

Tints of Turquoise #37E1C8

Color information

#37E1C8 (or 0x37E1C8) is unknown color: approx Turquoise. HEX triplet: 37, E1 and C8. RGB value is (55,225,200). Sum of RGB (Red+Green+Blue) = 55+225+200=480 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.46% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #37E1C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E1C8 is #C81E37. Grayscale: #ABABAB. Windows color (decimal): -13114936 or 13164855. OLE color: 13164855.

HSL color Cylindrical-coordinate representation of color #37E1C8: hue angle of 171.18º 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 #37E1C8 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB55225200-
CMYK0.7600.110.12
HSL171.18º73.91%54.9%-
HSV(B)171.18º75.56%88.24%-
XYZ38.9358.8363.95-
YUV171.32144.1845.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.46%
GREEN value IS 225 (88.28% from 255) = 46.88%
BLUE value IS 200 (78.52% from 255) = 41.67%
R=11.46%
G=46.88%
B=41.67%

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
Decimal552252000.7600.110.12171.1873.9154.9
Hex37E1C84C0BCab4a37
Octal673413101140131425311267
Binary11011111100001110010001001100010111100101010111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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