#37F1BD

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

Shades of Turquoise #37F1BD

Tints of Turquoise #37F1BD

Color information

#37F1BD (or 0x37F1BD) is unknown color: approx Turquoise. HEX triplet: 37, F1 and BD. RGB value is (55,241,189). Sum of RGB (Red+Green+Blue) = 55+241+189=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1BD is #C80E42. Grayscale: #B3B3B3. Windows color (decimal): -13110851 or 12448055. OLE color: 12448055.

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

Color convert

RGB55241189-
CMYK0.7700.220.05
HSL163.23º86.92%58.04%-
HSV(B)163.23º77.18%94.51%-
XYZ42.2267.458.93-
YUV179.46133.3839.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.34%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=11.34%
G=49.69%
B=38.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal552411890.7700.220.05163.2386.9258.04
Hex37F1BD4D0165a3573a
Octal67361275115026524312772
Binary11011111110001101111011001101010110101101000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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