#37E6D0

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

Shades of Turquoise #37E6D0

Tints of Turquoise #37E6D0

Color information

#37E6D0 (or 0x37E6D0) is unknown color: approx Turquoise. HEX triplet: 37, E6 and D0. RGB value is (55,230,208). Sum of RGB (Red+Green+Blue) = 55+230+208=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #37E6D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E6D0 is #C8192F. Grayscale: #AFAFAF. Windows color (decimal): -13113648 or 13690423. OLE color: 13690423.

HSL color Cylindrical-coordinate representation of color #37E6D0: hue angle of 172.46º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E6D0 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB55230208-
CMYK0.7600.100.10
HSL172.46º77.78%55.88%-
HSV(B)172.46º76.09%90.2%-
XYZ41.2661.9669.46-
YUV175.17146.5242.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.16%
GREEN value IS 230 (90.23% from 255) = 46.65%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=11.16%
G=46.65%
B=42.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal552302080.7600.100.10172.4677.7855.88
Hex37E6D04C0AAac4e38
Octal673463201140121225411670
Binary11011111100110110100001001100010101010101011001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,230,208); }

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

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

 a { background-color: rgb(55,230,208); }

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

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

 span { border-color: rgb(55,230,208); }

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