Html Css Color HEX #37C5C7 Medium Turquoise

📋 copy color: '#37C5C7'

red 55 ◦ green 197 ◦ blue 199

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

Shades of Medium Turquoise #37C5C7

Tints of Medium Turquoise #37C5C7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 199 (78.13% from 255) = 44.12%

R = 12.2%
G = 43.68%
B = 44.12%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#37C5C7 (or 0x37C5C7) is known color: Medium Turquoise. HEX triplet: 37, C5 and C7. RGB value is (55,197,199). Sum of RGB (Red+Green+Blue) = 55+197+199=451 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.20% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 199 - color contains mainly: blue. Hex color #37C5C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C5C7 is #C83A38. Grayscale: #9A9A9A. Windows color (decimal): -13122105 or 13092151. OLE color: 13092151.

HSL color Cylindrical-coordinate representation of color #37C5C7: hue angle of 180.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C5C7 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 197 199 -
CMYK 0.72 0.01 0 0.22
HSL 180.83º 0.57% 0.5% -
HSV(B) 180.83º 0.72% 0.78% -
XYZ 31.85 44.87 61.01 -
YUV 154.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 55 197 199 0.72 0.01 0 0.22 180.83 0.57 0.5
Hex 37 C5 C7 48 1 0 16 B5 39 32
Octal 67 305 307 110 1 0 26 265 71 62
Binary 110111 11000101 11000111 1001000 1 0 10110 10110101 111001 110010

Color Harmonies of #37C5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C5C7

Black with #37C5C7

Text Example


Text Example

White with #37C5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,197,199); }

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

background-color css

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

 a { background-color: rgb(55,197,199); }

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

border-color css

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

 span { border-color: rgb(55,197,199); }

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