Html Css Color HEX #37C8C1 Medium Turquoise

📋 copy color: '#37C8C1'

red 55 ◦ green 200 ◦ blue 193

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

Shades of Medium Turquoise #37C8C1

Tints of Medium Turquoise #37C8C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 12.28%
G = 44.64%
B = 43.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#37C8C1 (or 0x37C8C1) is known color: Medium Turquoise. HEX triplet: 37, C8 and C1. RGB value is (55,200,193). Sum of RGB (Red+Green+Blue) = 55+200+193=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #37C8C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C8C1 is #C8373E. Grayscale: #9B9B9B. Windows color (decimal): -13121343 or 12699703. OLE color: 12699703.

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

Color convert

RGB 55 200 193 -
CMYK 0.72 0 0.04 0.22
HSL 177.1º 0.57% 0.5% -
HSV(B) 177.1º 0.73% 0.78% -
XYZ 31.86 45.97 57.65 -
YUV 155.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 55 200 193 0.72 0 0.04 0.22 177.1 0.57 0.5
Hex 37 C8 C1 48 0 4 16 B1 39 32
Octal 67 310 301 110 0 4 26 261 71 62
Binary 110111 11001000 11000001 1001000 0 100 10110 10110001 111001 110010

Color Harmonies of #37C8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C8C1

Black with #37C8C1

Text Example


Text Example

White with #37C8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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