#37e2bc

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

Shades of Turquoise #37E2BC

Tints of Turquoise #37E2BC

Color information

#37E2BC (or 0x37E2BC) is unknown color: approx Turquoise. HEX triplet: 37, E2 and BC. RGB value is (55,226,188). Sum of RGB (Red+Green+Blue) = 55+226+188=469 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.73% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #37E2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E2BC is #C81D43. Grayscale: #AAAAAA. Windows color (decimal): -13114692 or 12378679. OLE color: 12378679.

HSL color Cylindrical-coordinate representation of color #37E2BC: hue angle of 166.67º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E2BC is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB55226188-
CMYK0.7600.170.11
HSL166.67º74.67%55.1%-
HSV(B)166.67º75.66%88.63%-
XYZ37.8558.8456.94-
YUV170.54137.8545.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.73%
GREEN value IS 226 (88.67% from 255) = 48.19%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=11.73%
G=48.19%
B=40.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal552261880.7600.170.11166.6774.6755.1
Hex37E2BC4C011Ba74b37
Octal673422741140211324711367
Binary110111111000101011110010011000100011011101001111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37e2bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,226,188); }

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

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

 a { background-color: rgb(55,226,188); }

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

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

 span { border-color: rgb(55,226,188); }

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