Html Css Color HEX #37C1B9 Medium Turquoise

📋 copy color: '#37C1B9'

red 55 ◦ green 193 ◦ blue 185

#37C1B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #37C1B9

Tints of Medium Turquoise #37C1B9

RGB

 RED value IS 55 (21.88% from 255) = 12.7%

 GREEN value IS 193 (75.78% from 255) = 44.57%

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 12.7%
G = 44.57%
B = 42.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#37C1B9 (or 0x37C1B9) is known color: Medium Turquoise. HEX triplet: 37, C1 and B9. RGB value is (55,193,185). Sum of RGB (Red+Green+Blue) = 55+193+185=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #37C1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C1B9 is #C83E46. Grayscale: #969696. Windows color (decimal): -13123143 or 12173623. OLE color: 12173623.

HSL color Cylindrical-coordinate representation of color #37C1B9: hue angle of 176.52º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C1B9 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 193 185 -
CMYK 0.72 0 0.04 0.24
HSL 176.52º 0.56% 0.49% -
HSV(B) 176.52º 0.72% 0.76% -
XYZ 29.4 42.45 52.54 -
YUV 150.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 55 193 185 0.72 0 0.04 0.24 176.52 0.56 0.49
Hex 37 C1 B9 48 0 4 18 B1 38 31
Octal 67 301 271 110 0 4 30 261 70 61
Binary 110111 11000001 10111001 1001000 0 100 11000 10110001 111000 110001

Color Harmonies of #37C1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C1B9

Black with #37C1B9

Text Example


Text Example

White with #37C1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,193,185); }

 H1.HeaderClassName
 {
   color: #37C1B9;
 }
 .AnyTagClassName
 {
   color: #37C1B9;
 }
</style>

background-color css

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

 a { background-color: rgb(55,193,185); }

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

border-color css

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

 span { border-color: rgb(55,193,185); }

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