Html Css Color HEX #37EBC5 Turquoise

📋 copy color: '#37EBC5'

red 55 ◦ green 235 ◦ blue 197

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

Shades of Turquoise #37EBC5

Tints of Turquoise #37EBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.25%

 BLUE value IS 197 (77.34% from 255) = 40.45%

R = 11.29%
G = 48.25%
B = 40.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#37EBC5 (or 0x37EBC5) is known color: Turquoise. HEX triplet: 37, EB and C5. RGB value is (55,235,197). Sum of RGB (Red+Green+Blue) = 55+235+197=487 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.29% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBC5 is #C8143A. Grayscale: #B0B0B0. Windows color (decimal): -13112379 or 12970807. OLE color: 12970807.

HSL color Cylindrical-coordinate representation of color #37EBC5: hue angle of 167.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EBC5 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 235 197 -
CMYK 0.77 0 0.16 0.08
HSL 167.33º 0.82% 0.57% -
HSV(B) 167.33º 0.77% 0.92% -
XYZ 41.36 64.26 63.05 -
YUV 176.85 139.37 41.09 -
System Red Green Blue C M Y K H S L
Decimal 55 235 197 0.77 0 0.16 0.08 167.33 0.82 0.57
Hex 37 EB C5 4D 0 10 8 A7 52 39
Octal 67 353 305 115 0 20 10 247 122 71
Binary 110111 11101011 11000101 1001101 0 10000 1000 10100111 1010010 111001

Color Harmonies of #37EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EBC5

Black with #37EBC5

Text Example


Text Example

White with #37EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,235,197); }

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

background-color css

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

 a { background-color: rgb(55,235,197); }

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

border-color css

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

 span { border-color: rgb(55,235,197); }

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