#37FBB1

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

Shades of Turquoise #37FBB1

Tints of Turquoise #37FBB1

Color information

#37FBB1 (or 0x37FBB1) is unknown color: approx Turquoise. HEX triplet: 37, FB and B1. RGB value is (55,251,177). Sum of RGB (Red+Green+Blue) = 55+251+177=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FBB1 is #C8044E. Grayscale: #B8B8B8. Windows color (decimal): -13108303 or 11664183. OLE color: 11664183.

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

Color convert

RGB55251177-
CMYK0.7800.290.02
HSL157.35º96.08%60%-
HSV(B)157.35º78.09%98.43%-
XYZ44.0172.9853.36-
YUV183.96124.0736.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.39%
GREEN value IS 251 (98.44% from 255) = 51.97%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=11.39%
G=51.97%
B=36.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal552511770.7800.290.02157.3596.0860
Hex37FBB14E01D29d603c
Octal67373261116035223514074
Binary1101111111101110110001100111001110110100111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,251,177); }

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

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

 a { background-color: rgb(55,251,177); }

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

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

 span { border-color: rgb(55,251,177); }

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