#37F1C8

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

Shades of Turquoise #37F1C8

Tints of Turquoise #37F1C8

Color information

#37F1C8 (or 0x37F1C8) is unknown color: approx Turquoise. HEX triplet: 37, F1 and C8. RGB value is (55,241,200). Sum of RGB (Red+Green+Blue) = 55+241+200=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1C8 is #C80E37. Grayscale: #B4B4B4. Windows color (decimal): -13110840 or 13168951. OLE color: 13168951.

HSL color Cylindrical-coordinate representation of color #37F1C8: hue angle of 166.77º degrees, saturation: 0.87, 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 #37F1C8 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB55241200-
CMYK0.7700.170.05
HSL166.77º86.92%58.04%-
HSV(B)166.77º77.18%94.51%-
XYZ43.4667.8965.46-
YUV180.71138.8838.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.09%
GREEN value IS 241 (94.53% from 255) = 48.59%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=11.09%
G=48.59%
B=40.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal552412000.7700.170.05166.7786.9258.04
Hex37F1C84D0115a7573a
Octal67361310115021524712772
Binary11011111110001110010001001101010001101101001111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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