#37E7BA

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

Shades of Turquoise #37E7BA

Tints of Turquoise #37E7BA

Color information

#37E7BA (or 0x37E7BA) is unknown color: approx Turquoise. HEX triplet: 37, E7 and BA. RGB value is (55,231,186). Sum of RGB (Red+Green+Blue) = 55+231+186=472 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.65% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #37E7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E7BA is #C81845. Grayscale: #ADADAD. Windows color (decimal): -13113414 or 12248887. OLE color: 12248887.

HSL color Cylindrical-coordinate representation of color #37E7BA: hue angle of 164.66º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E7BA is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB55231186-
CMYK0.7600.190.09
HSL164.66º78.57%56.08%-
HSV(B)164.66º76.19%90.59%-
XYZ39.0161.5156.27-
YUV173.25135.1943.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.65%
GREEN value IS 231 (90.62% from 255) = 48.94%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=11.65%
G=48.94%
B=39.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal552311860.7600.190.09164.6678.5756.08
Hex37E7BA4C0139a54f38
Octal673472721140231124511770
Binary110111111001111011101010011000100111001101001011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,231,186); }

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

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

 a { background-color: rgb(55,231,186); }

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

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

 span { border-color: rgb(55,231,186); }

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