Html Css Color HEX #37C2B8 Medium Turquoise

📋 copy color: '#37C2B8'

red 55 ◦ green 194 ◦ blue 184

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

Shades of Medium Turquoise #37C2B8

Tints of Medium Turquoise #37C2B8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.8%

 BLUE value IS 184 (72.27% from 255) = 42.49%

R = 12.7%
G = 44.8%
B = 42.49%

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

#37C2B8 (or 0x37C2B8) is known color: Medium Turquoise. HEX triplet: 37, C2 and B8. RGB value is (55,194,184). Sum of RGB (Red+Green+Blue) = 55+194+184=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #37C2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C2B8 is #C83D47. Grayscale: #979797. Windows color (decimal): -13122888 or 12108343. OLE color: 12108343.

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

Color convert

RGB 55 194 184 -
CMYK 0.72 0 0.05 0.24
HSL 175.68º 0.56% 0.49% -
HSV(B) 175.68º 0.72% 0.76% -
XYZ 29.52 42.86 52.06 -
YUV 151.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 55 194 184 0.72 0 0.05 0.24 175.68 0.56 0.49
Hex 37 C2 B8 48 0 5 18 B0 38 31
Octal 67 302 270 110 0 5 30 260 70 61
Binary 110111 11000010 10111000 1001000 0 101 11000 10110000 111000 110001

Color Harmonies of #37C2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C2B8

Black with #37C2B8

Text Example


Text Example

White with #37C2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,194,184); }

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

background-color css

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

 a { background-color: rgb(55,194,184); }

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

border-color css

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

 span { border-color: rgb(55,194,184); }

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