#37E0C6

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

Shades of Turquoise #37E0C6

Tints of Turquoise #37E0C6

Color information

#37E0C6 (or 0x37E0C6) is unknown color: approx Turquoise. HEX triplet: 37, E0 and C6. RGB value is (55,224,198). Sum of RGB (Red+Green+Blue) = 55+224+198=477 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.53% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #37E0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E0C6 is #C81F39. Grayscale: #AAAAAA. Windows color (decimal): -13115194 or 13033527. OLE color: 13033527.

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

Color convert

RGB55224198-
CMYK0.7500.120.12
HSL170.77º73.16%54.71%-
HSV(B)170.77º75.45%87.84%-
XYZ38.4258.262.63-
YUV170.5143.5145.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.53%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=11.53%
G=46.96%
B=41.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal552241980.7500.120.12170.7773.1654.71
Hex37E0C64B0CCab4937
Octal673403061130141425311167
Binary11011111100000110001101001011011001100101010111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,224,198); }

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

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

 a { background-color: rgb(55,224,198); }

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

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

 span { border-color: rgb(55,224,198); }

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