Html Css Color HEX #37C0BD Medium Turquoise

📋 copy color: '#37C0BD'

red 55 ◦ green 192 ◦ blue 189

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

Shades of Medium Turquoise #37C0BD

Tints of Medium Turquoise #37C0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 12.61%
G = 44.04%
B = 43.35%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#37C0BD (or 0x37C0BD) is known color: Medium Turquoise. HEX triplet: 37, C0 and BD. RGB value is (55,192,189). Sum of RGB (Red+Green+Blue) = 55+192+189=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #37C0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C0BD is #C83F42. Grayscale: #969696. Windows color (decimal): -13123395 or 12435511. OLE color: 12435511.

HSL color Cylindrical-coordinate representation of color #37C0BD: hue angle of 178.69º 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 #37C0BD is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 192 189 -
CMYK 0.71 0 0.02 0.25
HSL 178.69º 0.55% 0.48% -
HSV(B) 178.69º 0.71% 0.75% -
XYZ 29.61 42.19 54.73 -
YUV 150.7 149.61 59.74 -
System Red Green Blue C M Y K H S L
Decimal 55 192 189 0.71 0 0.02 0.25 178.69 0.55 0.48
Hex 37 C0 BD 47 0 2 19 B3 37 30
Octal 67 300 275 107 0 2 31 263 67 60
Binary 110111 11000000 10111101 1000111 0 10 11001 10110011 110111 110000

Color Harmonies of #37C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C0BD

Black with #37C0BD

Text Example


Text Example

White with #37C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,192,189); }

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

background-color css

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

 a { background-color: rgb(55,192,189); }

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

border-color css

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

 span { border-color: rgb(55,192,189); }

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