Html Css Color HEX #37E4BA Turquoise

📋 copy color: '#37E4BA'

red 55 ◦ green 228 ◦ blue 186

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

Shades of Turquoise #37E4BA

Tints of Turquoise #37E4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.61%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 11.73%
G = 48.61%
B = 39.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#37E4BA (or 0x37E4BA) is known color: Turquoise. HEX triplet: 37, E4 and BA. RGB value is (55,228,186). Sum of RGB (Red+Green+Blue) = 55+228+186=469 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.73% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #37E4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E4BA is #C81B45. Grayscale: #ABABAB. Windows color (decimal): -13114182 or 12248119. OLE color: 12248119.

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

Color convert

RGB 55 228 186 -
CMYK 0.76 0 0.18 0.11
HSL 165.43º 0.76% 0.55% -
HSV(B) 165.43º 0.76% 0.89% -
XYZ 38.18 59.84 55.99 -
YUV 171.49 136.19 44.92 -
System Red Green Blue C M Y K H S L
Decimal 55 228 186 0.76 0 0.18 0.11 165.43 0.76 0.55
Hex 37 E4 BA 4C 0 12 B A5 4C 37
Octal 67 344 272 114 0 22 13 245 114 67
Binary 110111 11100100 10111010 1001100 0 10010 1011 10100101 1001100 110111

Color Harmonies of #37E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E4BA

Black with #37E4BA

Text Example


Text Example

White with #37E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,228,186); }

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

background-color css

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

 a { background-color: rgb(55,228,186); }

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

border-color css

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

 span { border-color: rgb(55,228,186); }

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