#37F1C9

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

Shades of Turquoise #37F1C9

Tints of Turquoise #37F1C9

Color information

#37F1C9 (or 0x37F1C9) is unknown color: approx Turquoise. HEX triplet: 37, F1 and C9. RGB value is (55,241,201). Sum of RGB (Red+Green+Blue) = 55+241+201=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1C9 is #C80E36. Grayscale: #B4B4B4. Windows color (decimal): -13110839 or 13234487. OLE color: 13234487.

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

Color convert

RGB55241201-
CMYK0.7700.170.05
HSL167.1º86.92%58.04%-
HSV(B)167.1º77.18%94.51%-
XYZ43.5767.9466.08-
YUV180.83139.3838.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.07%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=11.07%
G=48.49%
B=40.44%

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
Decimal552412010.7700.170.05167.186.9258.04
Hex37F1C94D0115a7573a
Octal67361311115021524712772
Binary11011111110001110010011001101010001101101001111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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