Html Css Color HEX #37EEC6 Turquoise

📋 copy color: '#37EEC6'

red 55 ◦ green 238 ◦ blue 198

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

Shades of Turquoise #37EEC6

Tints of Turquoise #37EEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 11.2%
G = 48.47%
B = 40.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#37EEC6 (or 0x37EEC6) is known color: Turquoise. HEX triplet: 37, EE and C6. RGB value is (55,238,198). Sum of RGB (Red+Green+Blue) = 55+238+198=491 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.20% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEC6 is #C81139. Grayscale: #B2B2B2. Windows color (decimal): -13111610 or 13037111. OLE color: 13037111.

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

Color convert

RGB 55 238 198 -
CMYK 0.77 0 0.17 0.07
HSL 166.89º 0.84% 0.57% -
HSV(B) 166.89º 0.77% 0.93% -
XYZ 42.34 66.04 63.94 -
YUV 178.72 138.87 39.75 -
System Red Green Blue C M Y K H S L
Decimal 55 238 198 0.77 0 0.17 0.07 166.89 0.84 0.57
Hex 37 EE C6 4D 0 11 7 A7 54 39
Octal 67 356 306 115 0 21 7 247 124 71
Binary 110111 11101110 11000110 1001101 0 10001 111 10100111 1010100 111001

Color Harmonies of #37EEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEC6

Black with #37EEC6

Text Example


Text Example

White with #37EEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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