Html Css Color HEX #37EBC7 Turquoise

📋 copy color: '#37EBC7'

red 55 ◦ green 235 ◦ blue 199

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

Shades of Turquoise #37EBC7

Tints of Turquoise #37EBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.7%

R = 11.25%
G = 48.06%
B = 40.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#37EBC7 (or 0x37EBC7) is known color: Turquoise. HEX triplet: 37, EB and C7. RGB value is (55,235,199). Sum of RGB (Red+Green+Blue) = 55+235+199=489 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.25% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBC7 is #C81438. Grayscale: #B1B1B1. Windows color (decimal): -13112377 or 13101879. OLE color: 13101879.

HSL color Cylindrical-coordinate representation of color #37EBC7: hue angle of 168º 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 #37EBC7 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 235 199 -
CMYK 0.77 0 0.15 0.08
HSL 168º 0.82% 0.57% -
HSV(B) 168º 0.77% 0.92% -
XYZ 41.59 64.35 64.26 -
YUV 177.08 140.37 40.93 -
System Red Green Blue C M Y K H S L
Decimal 55 235 199 0.77 0 0.15 0.08 168 0.82 0.57
Hex 37 EB C7 4D 0 F 8 A8 52 39
Octal 67 353 307 115 0 17 10 250 122 71
Binary 110111 11101011 11000111 1001101 0 1111 1000 10101000 1010010 111001

Color Harmonies of #37EBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EBC7

Black with #37EBC7

Text Example


Text Example

White with #37EBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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