Html Css Color HEX #37C9BA Medium Turquoise

📋 copy color: '#37C9BA'

red 55 ◦ green 201 ◦ blue 186

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

Shades of Medium Turquoise #37C9BA

Tints of Medium Turquoise #37C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

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

R = 12.44%
G = 45.48%
B = 42.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#37C9BA (or 0x37C9BA) is known color: Medium Turquoise. HEX triplet: 37, C9 and BA. RGB value is (55,201,186). Sum of RGB (Red+Green+Blue) = 55+201+186=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #37C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C9BA is #C83645. Grayscale: #9B9B9B. Windows color (decimal): -13121094 or 12241207. OLE color: 12241207.

HSL color Cylindrical-coordinate representation of color #37C9BA: hue angle of 173.84º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C9BA is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 201 186 -
CMYK 0.73 0 0.07 0.21
HSL 173.84º 0.57% 0.5% -
HSV(B) 173.84º 0.73% 0.79% -
XYZ 31.33 46.13 53.71 -
YUV 155.64 145.13 56.22 -
System Red Green Blue C M Y K H S L
Decimal 55 201 186 0.73 0 0.07 0.21 173.84 0.57 0.5
Hex 37 C9 BA 49 0 7 15 AE 39 32
Octal 67 311 272 111 0 7 25 256 71 62
Binary 110111 11001001 10111010 1001001 0 111 10101 10101110 111001 110010

Color Harmonies of #37C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C9BA

Black with #37C9BA

Text Example


Text Example

White with #37C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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