Html Css Color HEX #37E1B9 Turquoise

📋 copy color: '#37E1B9'

red 55 ◦ green 225 ◦ blue 185

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

Shades of Turquoise #37E1B9

Tints of Turquoise #37E1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.78%

R = 11.83%
G = 48.39%
B = 39.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#37E1B9 (or 0x37E1B9) is known color: Turquoise. HEX triplet: 37, E1 and B9. RGB value is (55,225,185). Sum of RGB (Red+Green+Blue) = 55+225+185=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #37E1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E1B9 is #C81E46. Grayscale: #A9A9A9. Windows color (decimal): -13114951 or 12181815. OLE color: 12181815.

HSL color Cylindrical-coordinate representation of color #37E1B9: hue angle of 165.88º 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 #37E1B9 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 225 185 -
CMYK 0.76 0 0.18 0.12
HSL 165.88º 0.74% 0.55% -
HSV(B) 165.88º 0.76% 0.88% -
XYZ 37.26 58.17 55.16 -
YUV 169.61 136.68 46.25 -
System Red Green Blue C M Y K H S L
Decimal 55 225 185 0.76 0 0.18 0.12 165.88 0.74 0.55
Hex 37 E1 B9 4C 0 12 C A6 4A 37
Octal 67 341 271 114 0 22 14 246 112 67
Binary 110111 11100001 10111001 1001100 0 10010 1100 10100110 1001010 110111

Color Harmonies of #37E1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E1B9

Black with #37E1B9

Text Example


Text Example

White with #37E1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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