#37BEC6

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

Shades of Medium Turquoise #37BEC6

Tints of Medium Turquoise #37BEC6

Color information

#37BEC6 (or 0x37BEC6) is unknown color: approx Medium Turquoise. HEX triplet: 37, BE and C6. RGB value is (55,190,198). Sum of RGB (Red+Green+Blue) = 55+190+198=443 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.42% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #37BEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BEC6 is #C84139. Grayscale: #969696. Windows color (decimal): -13123898 or 13024823. OLE color: 13024823.

HSL color Cylindrical-coordinate representation of color #37BEC6: hue angle of 183.36º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BEC6 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55190198-
CMYK0.720.0400.22
HSL183.36º56.52%49.61%-
HSV(B)183.36º72.22%77.65%-
XYZ30.1841.7259.89-
YUV150.55154.7759.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.42%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 198 (77.73% from 255) = 44.70%
R=12.42%
G=42.89%
B=44.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551901980.720.0400.22183.3656.5249.61
Hex37BEC6484016b73932
Octal6727630611040262677162
Binary1101111011111011000110100100010001011010110111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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