Html Css Color HEX #37C8BE Medium Turquoise

📋 copy color: '#37C8BE'

red 55 ◦ green 200 ◦ blue 190

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

Shades of Medium Turquoise #37C8BE

Tints of Medium Turquoise #37C8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.94%

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

R = 12.36%
G = 44.94%
B = 42.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#37C8BE (or 0x37C8BE) is known color: Medium Turquoise. HEX triplet: 37, C8 and BE. RGB value is (55,200,190). Sum of RGB (Red+Green+Blue) = 55+200+190=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #37C8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C8BE is #C83741. Grayscale: #9B9B9B. Windows color (decimal): -13121346 or 12503095. OLE color: 12503095.

HSL color Cylindrical-coordinate representation of color #37C8BE: hue angle of 175.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C8BE is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 200 190 -
CMYK 0.72 0 0.05 0.22
HSL 175.86º 0.57% 0.5% -
HSV(B) 175.86º 0.73% 0.78% -
XYZ 31.52 45.84 55.9 -
YUV 155.51 147.46 56.31 -
System Red Green Blue C M Y K H S L
Decimal 55 200 190 0.72 0 0.05 0.22 175.86 0.57 0.5
Hex 37 C8 BE 48 0 5 16 B0 39 32
Octal 67 310 276 110 0 5 26 260 71 62
Binary 110111 11001000 10111110 1001000 0 101 10110 10110000 111001 110010

Color Harmonies of #37C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C8BE

Black with #37C8BE

Text Example


Text Example

White with #37C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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