#37FFB4

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

Shades of Turquoise #37FFB4

Tints of Turquoise #37FFB4

Color information

#37FFB4 (or 0x37FFB4) is unknown color: approx Turquoise. HEX triplet: 37, FF and B4. RGB value is (55,255,180). Sum of RGB (Red+Green+Blue) = 55+255+180=490 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.22% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFB4 is #C8004B. Grayscale: #BABABA. Windows color (decimal): -13107276 or 11861815. OLE color: 11861815.

HSL color Cylindrical-coordinate representation of color #37FFB4: hue angle of 157.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFB4 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB55255180-
CMYK0.7800.290
HSL157.5º100%60.78%-
HSV(B)157.5º78.43%100%-
XYZ45.5775.6355.38-
YUV186.65124.2434.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.22%
GREEN value IS 255 (100% from 255) = 52.04%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=11.22%
G=52.04%
B=36.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal552551800.7800.290157.510060.78
Hex37FFB44E01D09e643d
Octal67377264116035023614475
Binary110111111111111011010010011100111010100111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,255,180); }

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

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

 a { background-color: rgb(55,255,180); }

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

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

 span { border-color: rgb(55,255,180); }

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