#37F4E1

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

Shades of Turquoise #37F4E1

Tints of Turquoise #37F4E1

Color information

#37F4E1 (or 0x37F4E1) is unknown color: approx Turquoise. HEX triplet: 37, F4 and E1. RGB value is (55,244,225). Sum of RGB (Red+Green+Blue) = 55+244+225=524 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.50% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F4E1 is #C80B1E. Grayscale: #B9B9B9. Windows color (decimal): -13110047 or 14808119. OLE color: 14808119.

HSL color Cylindrical-coordinate representation of color #37F4E1: hue angle of 173.97º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F4E1 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB55244225-
CMYK0.7700.080.04
HSL173.97º89.57%58.63%-
HSV(B)173.97º77.46%95.69%-
XYZ47.5270.9582.42-
YUV185.32150.3835.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.50%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=10.50%
G=46.56%
B=42.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal552442250.7700.080.04173.9789.5758.63
Hex37F4E14D084ae5a3b
Octal67364341115010425613273
Binary1101111111010011100001100110101000100101011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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