Html Css Color HEX #37EEC7 Turquoise

📋 copy color: '#37EEC7'

red 55 ◦ green 238 ◦ blue 199

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

Shades of Turquoise #37EEC7

Tints of Turquoise #37EEC7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.37%

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

R = 11.18%
G = 48.37%
B = 40.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#37EEC7 (or 0x37EEC7) is known color: Turquoise. HEX triplet: 37, EE and C7. RGB value is (55,238,199). Sum of RGB (Red+Green+Blue) = 55+238+199=492 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.18% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEC7 is #C81138. Grayscale: #B2B2B2. Windows color (decimal): -13111609 or 13102647. OLE color: 13102647.

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

Color convert

RGB 55 238 199 -
CMYK 0.77 0 0.16 0.07
HSL 167.21º 0.84% 0.57% -
HSV(B) 167.21º 0.77% 0.93% -
XYZ 42.46 66.08 64.55 -
YUV 178.84 139.37 39.67 -
System Red Green Blue C M Y K H S L
Decimal 55 238 199 0.77 0 0.16 0.07 167.21 0.84 0.57
Hex 37 EE C7 4D 0 10 7 A7 54 39
Octal 67 356 307 115 0 20 7 247 124 71
Binary 110111 11101110 11000111 1001101 0 10000 111 10100111 1010100 111001

Color Harmonies of #37EEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEC7

Black with #37EEC7

Text Example


Text Example

White with #37EEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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