#37F2C4

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

Shades of Turquoise #37F2C4

Tints of Turquoise #37F2C4

Color information

#37F2C4 (or 0x37F2C4) is unknown color: approx Turquoise. HEX triplet: 37, F2 and C4. RGB value is (55,242,196). Sum of RGB (Red+Green+Blue) = 55+242+196=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2C4 is #C80D3B. Grayscale: #B4B4B4. Windows color (decimal): -13110588 or 12907063. OLE color: 12907063.

HSL color Cylindrical-coordinate representation of color #37F2C4: hue angle of 165.24º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F2C4 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB55242196-
CMYK0.7700.190.05
HSL165.24º87.79%58.24%-
HSV(B)165.24º77.27%94.9%-
XYZ43.2968.363.13-
YUV180.84136.5538.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.16%
GREEN value IS 242 (94.92% from 255) = 49.09%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=11.16%
G=49.09%
B=39.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal552421960.7700.190.05165.2487.7958.24
Hex37F2C44D0135a5583a
Octal67362304115023524513072
Binary11011111110010110001001001101010011101101001011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,242,196); }

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

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

 a { background-color: rgb(55,242,196); }

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

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

 span { border-color: rgb(55,242,196); }

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