#37EBB5

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

Shades of Turquoise #37EBB5

Tints of Turquoise #37EBB5

Color information

#37EBB5 (or 0x37EBB5) is unknown color: approx Turquoise. HEX triplet: 37, EB and B5. RGB value is (55,235,181). Sum of RGB (Red+Green+Blue) = 55+235+181=471 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.68% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBB5 is #C8144A. Grayscale: #AFAFAF. Windows color (decimal): -13112395 or 11922231. OLE color: 11922231.

HSL color Cylindrical-coordinate representation of color #37EBB5: hue angle of 162º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EBB5 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB55235181-
CMYK0.7700.230.08
HSL162º81.82%56.86%-
HSV(B)162º76.6%92.16%-
XYZ39.6263.5753.9-
YUV175.02131.3742.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.68%
GREEN value IS 235 (92.19% from 255) = 49.89%
BLUE value IS 181 (71.09% from 255) = 38.43%
R=11.68%
G=49.89%
B=38.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal552351810.7700.230.0816281.8256.86
Hex37EBB54D0178a25239
Octal673532651150271024212271
Binary110111111010111011010110011010101111000101000101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,235,181); }

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

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

 a { background-color: rgb(55,235,181); }

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

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

 span { border-color: rgb(55,235,181); }

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