Html Css Color HEX #37BEC3 Medium Turquoise

📋 copy color: '#37BEC3'

red 55 ◦ green 190 ◦ blue 195

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

Shades of Medium Turquoise #37BEC3

Tints of Medium Turquoise #37BEC3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

 BLUE value IS 195 (76.56% from 255) = 44.32%

R = 12.5%
G = 43.18%
B = 44.32%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#37BEC3 (or 0x37BEC3) is known color: Medium Turquoise. HEX triplet: 37, BE and C3. RGB value is (55,190,195). Sum of RGB (Red+Green+Blue) = 55+190+195=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #37BEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BEC3 is #C8413C. Grayscale: #969696. Windows color (decimal): -13123901 or 12828215. OLE color: 12828215.

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

Color convert

RGB 55 190 195 -
CMYK 0.72 0.03 0 0.24
HSL 182.14º 0.56% 0.49% -
HSV(B) 182.14º 0.72% 0.76% -
XYZ 29.84 41.58 58.08 -
YUV 150.21 153.27 60.09 -
System Red Green Blue C M Y K H S L
Decimal 55 190 195 0.72 0.03 0 0.24 182.14 0.56 0.49
Hex 37 BE C3 48 3 0 18 B6 38 31
Octal 67 276 303 110 3 0 30 266 70 61
Binary 110111 10111110 11000011 1001000 11 0 11000 10110110 111000 110001

Color Harmonies of #37BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BEC3

Black with #37BEC3

Text Example


Text Example

White with #37BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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