#37E9D2

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

Shades of Turquoise #37E9D2

Tints of Turquoise #37E9D2

Color information

#37E9D2 (or 0x37E9D2) is unknown color: approx Turquoise. HEX triplet: 37, E9 and D2. RGB value is (55,233,210). Sum of RGB (Red+Green+Blue) = 55+233+210=498 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.04% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #37E9D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E9D2 is #C8162D. Grayscale: #B1B1B1. Windows color (decimal): -13112878 or 13822263. OLE color: 13822263.

HSL color Cylindrical-coordinate representation of color #37E9D2: hue angle of 172.25º degrees, saturation: 0.8, 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 #37E9D2 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB55233210-
CMYK0.7600.100.09
HSL172.25º80.18%56.47%-
HSV(B)172.25º76.39%91.37%-
XYZ42.3563.7471.04-
YUV177.16146.5340.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.04%
GREEN value IS 233 (91.41% from 255) = 46.79%
BLUE value IS 210 (82.42% from 255) = 42.17%
R=11.04%
G=46.79%
B=42.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal552332100.7600.100.09172.2580.1856.47
Hex37E9D24C0A9ac5038
Octal673513221140121125412070
Binary11011111101001110100101001100010101001101011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,233,210); }

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

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

 a { background-color: rgb(55,233,210); }

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

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

 span { border-color: rgb(55,233,210); }

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