#37FFB2

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

Shades of Turquoise #37FFB2

Tints of Turquoise #37FFB2

Color information

#37FFB2 (or 0x37FFB2) is unknown color: approx Turquoise. HEX triplet: 37, FF and B2. RGB value is (55,255,178). Sum of RGB (Red+Green+Blue) = 55+255+178=488 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.27% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FFB2 is #C8004D. Grayscale: #BABABA. Windows color (decimal): -13107278 or 11730743. OLE color: 11730743.

HSL color Cylindrical-coordinate representation of color #37FFB2: hue angle of 156.9º 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 #37FFB2 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB55255178-
CMYK0.7800.300
HSL156.9º100%60.78%-
HSV(B)156.9º78.43%100%-
XYZ45.3775.5554.31-
YUV186.42123.2434.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.27%
GREEN value IS 255 (100% from 255) = 52.25%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=11.27%
G=52.25%
B=36.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal552551780.7800.300156.910060.78
Hex37FFB24E01E09d643d
Octal67377262116036023514475
Binary110111111111111011001010011100111100100111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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