Html Css Color HEX #37C3BA Medium Turquoise

📋 copy color: '#37C3BA'

red 55 ◦ green 195 ◦ blue 186

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

Shades of Medium Turquoise #37C3BA

Tints of Medium Turquoise #37C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.72%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 12.61%
G = 44.72%
B = 42.66%

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

#37C3BA (or 0x37C3BA) is known color: Medium Turquoise. HEX triplet: 37, C3 and BA. RGB value is (55,195,186). Sum of RGB (Red+Green+Blue) = 55+195+186=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #37C3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C3BA is #C83C45. Grayscale: #989898. Windows color (decimal): -13122630 or 12239671. OLE color: 12239671.

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

Color convert

RGB 55 195 186 -
CMYK 0.72 0 0.05 0.24
HSL 176.14º 0.56% 0.49% -
HSV(B) 176.14º 0.72% 0.76% -
XYZ 29.95 43.39 53.25 -
YUV 152.11 147.12 58.73 -
System Red Green Blue C M Y K H S L
Decimal 55 195 186 0.72 0 0.05 0.24 176.14 0.56 0.49
Hex 37 C3 BA 48 0 5 18 B0 38 31
Octal 67 303 272 110 0 5 30 260 70 61
Binary 110111 11000011 10111010 1001000 0 101 11000 10110000 111000 110001

Color Harmonies of #37C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C3BA

Black with #37C3BA

Text Example


Text Example

White with #37C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,195,186); }

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

background-color css

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

 a { background-color: rgb(55,195,186); }

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

border-color css

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

 span { border-color: rgb(55,195,186); }

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