#37E7DC

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

Shades of Turquoise #37E7DC

Tints of Turquoise #37E7DC

Color information

#37E7DC (or 0x37E7DC) is unknown color: approx Turquoise. HEX triplet: 37, E7 and DC. RGB value is (55,231,220). Sum of RGB (Red+Green+Blue) = 55+231+220=506 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.87% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #37E7DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E7DC is #C81823. Grayscale: #B0B0B0. Windows color (decimal): -13113380 or 14477111. OLE color: 14477111.

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

Color convert

RGB55231220-
CMYK0.7600.050.09
HSL176.25º78.57%56.08%-
HSV(B)176.25º76.19%90.59%-
XYZ43.0763.1377.63-
YUV177.12152.1940.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.87%
GREEN value IS 231 (90.62% from 255) = 45.65%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=10.87%
G=45.65%
B=43.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal552312200.7600.050.09176.2578.5756.08
Hex37E7DC4C059b04f38
Octal67347334114051126011770
Binary1101111110011111011100100110001011001101100001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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