Html Css Color HEX #37BFBA Medium Turquoise

📋 copy color: '#37BFBA'

red 55 ◦ green 191 ◦ blue 186

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

Shades of Medium Turquoise #37BFBA

Tints of Medium Turquoise #37BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 44.21%

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

R = 12.73%
G = 44.21%
B = 43.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#37BFBA (or 0x37BFBA) is known color: Medium Turquoise. HEX triplet: 37, BF and BA. RGB value is (55,191,186). Sum of RGB (Red+Green+Blue) = 55+191+186=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #37BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFBA is #C84045. Grayscale: #959595. Windows color (decimal): -13123654 or 12238647. OLE color: 12238647.

HSL color Cylindrical-coordinate representation of color #37BFBA: hue angle of 177.79º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BFBA is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 191 186 -
CMYK 0.71 0 0.03 0.25
HSL 177.79º 0.55% 0.48% -
HSV(B) 177.79º 0.71% 0.75% -
XYZ 29.07 41.62 52.96 -
YUV 149.77 148.44 60.41 -
System Red Green Blue C M Y K H S L
Decimal 55 191 186 0.71 0 0.03 0.25 177.79 0.55 0.48
Hex 37 BF BA 47 0 3 19 B2 37 30
Octal 67 277 272 107 0 3 31 262 67 60
Binary 110111 10111111 10111010 1000111 0 11 11001 10110010 110111 110000

Color Harmonies of #37BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BFBA

Black with #37BFBA

Text Example


Text Example

White with #37BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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