#37e1d9

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

Shades of Turquoise #37E1D9

Tints of Turquoise #37E1D9

Color information

#37E1D9 (or 0x37E1D9) is unknown color: approx Turquoise. HEX triplet: 37, E1 and D9. RGB value is (55,225,217). Sum of RGB (Red+Green+Blue) = 55+225+217=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #37E1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E1D9 is #C81E26. Grayscale: #ADADAD. Windows color (decimal): -13114919 or 14278967. OLE color: 14278967.

HSL color Cylindrical-coordinate representation of color #37E1D9: hue angle of 177.18º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E1D9 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB55225217-
CMYK0.7600.040.12
HSL177.18º73.91%54.9%-
HSV(B)177.18º75.56%88.24%-
XYZ41.0359.6775-
YUV173.26152.6843.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.07%
GREEN value IS 225 (88.28% from 255) = 45.27%
BLUE value IS 217 (85.16% from 255) = 43.66%
R=11.07%
G=45.27%
B=43.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal552252170.7600.040.12177.1873.9154.9
Hex37E1D94C04Cb14a37
Octal67341331114041426111267
Binary1101111110000111011001100110001001100101100011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37e1d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,225,217); }

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

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

 a { background-color: rgb(55,225,217); }

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

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

 span { border-color: rgb(55,225,217); }

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