Html Css Color HEX #37C2B9 Medium Turquoise

📋 copy color: '#37C2B9'

red 55 ◦ green 194 ◦ blue 185

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

Shades of Medium Turquoise #37C2B9

Tints of Medium Turquoise #37C2B9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

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

R = 12.67%
G = 44.7%
B = 42.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#37C2B9 (or 0x37C2B9) is known color: Medium Turquoise. HEX triplet: 37, C2 and B9. RGB value is (55,194,185). Sum of RGB (Red+Green+Blue) = 55+194+185=434 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.67% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #37C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C2B9 is #C83D46. Grayscale: #979797. Windows color (decimal): -13122887 or 12173879. OLE color: 12173879.

HSL color Cylindrical-coordinate representation of color #37C2B9: hue angle of 176.12º 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 #37C2B9 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 194 185 -
CMYK 0.72 0 0.05 0.24
HSL 176.12º 0.56% 0.49% -
HSV(B) 176.12º 0.72% 0.76% -
XYZ 29.62 42.9 52.62 -
YUV 151.41 146.95 59.23 -
System Red Green Blue C M Y K H S L
Decimal 55 194 185 0.72 0 0.05 0.24 176.12 0.56 0.49
Hex 37 C2 B9 48 0 5 18 B0 38 31
Octal 67 302 271 110 0 5 30 260 70 61
Binary 110111 11000010 10111001 1001000 0 101 11000 10110000 111000 110001

Color Harmonies of #37C2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C2B9

Black with #37C2B9

Text Example


Text Example

White with #37C2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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