Html Css Color HEX #37E0B5 Turquoise

📋 copy color: '#37E0B5'

red 55 ◦ green 224 ◦ blue 181

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

Shades of Turquoise #37E0B5

Tints of Turquoise #37E0B5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.7%

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 11.96%
G = 48.7%
B = 39.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#37E0B5 (or 0x37E0B5) is known color: Turquoise. HEX triplet: 37, E0 and B5. RGB value is (55,224,181). Sum of RGB (Red+Green+Blue) = 55+224+181=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #37E0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E0B5 is #C81F4A. Grayscale: #A8A8A8. Windows color (decimal): -13115211 or 11919415. OLE color: 11919415.

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

Color convert

RGB 55 224 181 -
CMYK 0.75 0 0.19 0.12
HSL 164.73º 0.73% 0.55% -
HSV(B) 164.73º 0.75% 0.88% -
XYZ 36.57 57.46 52.88 -
YUV 168.57 135.01 47 -
System Red Green Blue C M Y K H S L
Decimal 55 224 181 0.75 0 0.19 0.12 164.73 0.73 0.55
Hex 37 E0 B5 4B 0 13 C A5 49 37
Octal 67 340 265 113 0 23 14 245 111 67
Binary 110111 11100000 10110101 1001011 0 10011 1100 10100101 1001001 110111

Color Harmonies of #37E0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E0B5

Black with #37E0B5

Text Example


Text Example

White with #37E0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,224,181); }

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

background-color css

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

 a { background-color: rgb(55,224,181); }

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

border-color css

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

 span { border-color: rgb(55,224,181); }

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