Html Css Color HEX #37E1C6 Turquoise

📋 copy color: '#37E1C6'

red 55 ◦ green 225 ◦ blue 198

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

Shades of Turquoise #37E1C6

Tints of Turquoise #37E1C6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.07%

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 11.51%
G = 47.07%
B = 41.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#37E1C6 (or 0x37E1C6) is known color: Turquoise. HEX triplet: 37, E1 and C6. RGB value is (55,225,198). Sum of RGB (Red+Green+Blue) = 55+225+198=478 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.51% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #37E1C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E1C6 is #C81E39. Grayscale: #ABABAB. Windows color (decimal): -13114938 or 13033783. OLE color: 13033783.

HSL color Cylindrical-coordinate representation of color #37E1C6: hue angle of 170.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E1C6 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 225 198 -
CMYK 0.76 0 0.12 0.12
HSL 170.47º 0.74% 0.55% -
HSV(B) 170.47º 0.76% 0.88% -
XYZ 38.69 58.74 62.72 -
YUV 171.09 143.18 45.2 -
System Red Green Blue C M Y K H S L
Decimal 55 225 198 0.76 0 0.12 0.12 170.47 0.74 0.55
Hex 37 E1 C6 4C 0 C C AA 4A 37
Octal 67 341 306 114 0 14 14 252 112 67
Binary 110111 11100001 11000110 1001100 0 1100 1100 10101010 1001010 110111

Color Harmonies of #37E1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E1C6

Black with #37E1C6

Text Example


Text Example

White with #37E1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,225,198); }

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

background-color css

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

 a { background-color: rgb(55,225,198); }

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

border-color css

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

 span { border-color: rgb(55,225,198); }

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