Html Css Color HEX #37E3BC Turquoise

📋 copy color: '#37E3BC'

red 55 ◦ green 227 ◦ blue 188

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

Shades of Turquoise #37E3BC

Tints of Turquoise #37E3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.3%

 BLUE value IS 188 (73.83% from 255) = 40%

R = 11.7%
G = 48.3%
B = 40%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#37E3BC (or 0x37E3BC) is known color: Turquoise. HEX triplet: 37, E3 and BC. RGB value is (55,227,188). Sum of RGB (Red+Green+Blue) = 55+227+188=470 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.70% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #37E3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E3BC is #C81C43. Grayscale: #ABABAB. Windows color (decimal): -13114436 or 12378935. OLE color: 12378935.

HSL color Cylindrical-coordinate representation of color #37E3BC: hue angle of 166.4º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E3BC is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 227 188 -
CMYK 0.76 0 0.17 0.11
HSL 166.4º 0.75% 0.55% -
HSV(B) 166.4º 0.76% 0.89% -
XYZ 38.12 59.38 57.03 -
YUV 171.13 137.52 45.17 -
System Red Green Blue C M Y K H S L
Decimal 55 227 188 0.76 0 0.17 0.11 166.4 0.75 0.55
Hex 37 E3 BC 4C 0 11 B A6 4B 37
Octal 67 343 274 114 0 21 13 246 113 67
Binary 110111 11100011 10111100 1001100 0 10001 1011 10100110 1001011 110111

Color Harmonies of #37E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E3BC

Black with #37E3BC

Text Example


Text Example

White with #37E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,227,188); }

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

background-color css

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

 a { background-color: rgb(55,227,188); }

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

border-color css

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

 span { border-color: rgb(55,227,188); }

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