Html Css Color HEX #37C5BE Medium Turquoise

📋 copy color: '#37C5BE'

red 55 ◦ green 197 ◦ blue 190

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

Shades of Medium Turquoise #37C5BE

Tints of Medium Turquoise #37C5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.57%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 12.44%
G = 44.57%
B = 42.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#37C5BE (or 0x37C5BE) is known color: Medium Turquoise. HEX triplet: 37, C5 and BE. RGB value is (55,197,190). Sum of RGB (Red+Green+Blue) = 55+197+190=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #37C5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C5BE is #C83A41. Grayscale: #999999. Windows color (decimal): -13122114 or 12502327. OLE color: 12502327.

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

Color convert

RGB 55 197 190 -
CMYK 0.72 0 0.04 0.23
HSL 177.04º 0.56% 0.49% -
HSV(B) 177.04º 0.72% 0.77% -
XYZ 30.84 44.46 55.67 -
YUV 153.74 148.46 57.57 -
System Red Green Blue C M Y K H S L
Decimal 55 197 190 0.72 0 0.04 0.23 177.04 0.56 0.49
Hex 37 C5 BE 48 0 4 17 B1 38 31
Octal 67 305 276 110 0 4 27 261 70 61
Binary 110111 11000101 10111110 1001000 0 100 10111 10110001 111000 110001

Color Harmonies of #37C5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C5BE

Black with #37C5BE

Text Example


Text Example

White with #37C5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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