Html Css Color HEX #37C2BD Medium Turquoise

📋 copy color: '#37C2BD'

red 55 ◦ green 194 ◦ blue 189

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

Shades of Medium Turquoise #37C2BD

Tints of Medium Turquoise #37C2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 12.56%
G = 44.29%
B = 43.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#37C2BD (or 0x37C2BD) is known color: Medium Turquoise. HEX triplet: 37, C2 and BD. RGB value is (55,194,189). Sum of RGB (Red+Green+Blue) = 55+194+189=438 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.56% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #37C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C2BD is #C83D42. Grayscale: #979797. Windows color (decimal): -13122883 or 12436023. OLE color: 12436023.

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

Color convert

RGB 55 194 189 -
CMYK 0.72 0 0.03 0.24
HSL 177.84º 0.56% 0.49% -
HSV(B) 177.84º 0.72% 0.76% -
XYZ 30.05 43.07 54.87 -
YUV 151.87 148.95 58.91 -
System Red Green Blue C M Y K H S L
Decimal 55 194 189 0.72 0 0.03 0.24 177.84 0.56 0.49
Hex 37 C2 BD 48 0 3 18 B2 38 31
Octal 67 302 275 110 0 3 30 262 70 61
Binary 110111 11000010 10111101 1001000 0 11 11000 10110010 111000 110001

Color Harmonies of #37C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C2BD

Black with #37C2BD

Text Example


Text Example

White with #37C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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