Html Css Color HEX #37ECC4 Turquoise

📋 copy color: '#37ECC4'

red 55 ◦ green 236 ◦ blue 196

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

Shades of Turquoise #37ECC4

Tints of Turquoise #37ECC4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.46%

 BLUE value IS 196 (76.95% from 255) = 40.25%

R = 11.29%
G = 48.46%
B = 40.25%

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

#37ECC4 (or 0x37ECC4) is known color: Turquoise. HEX triplet: 37, EC and C4. RGB value is (55,236,196). Sum of RGB (Red+Green+Blue) = 55+236+196=487 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.29% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECC4 is #C8133B. Grayscale: #B1B1B1. Windows color (decimal): -13112124 or 12905527. OLE color: 12905527.

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

Color convert

RGB 55 236 196 -
CMYK 0.77 0 0.17 0.07
HSL 166.74º 0.83% 0.57% -
HSV(B) 166.74º 0.77% 0.93% -
XYZ 41.53 64.79 62.54 -
YUV 177.32 138.53 40.75 -
System Red Green Blue C M Y K H S L
Decimal 55 236 196 0.77 0 0.17 0.07 166.74 0.83 0.57
Hex 37 EC C4 4D 0 11 7 A7 53 39
Octal 67 354 304 115 0 21 7 247 123 71
Binary 110111 11101100 11000100 1001101 0 10001 111 10100111 1010011 111001

Color Harmonies of #37ECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECC4

Black with #37ECC4

Text Example


Text Example

White with #37ECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,236,196); }

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

background-color css

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

 a { background-color: rgb(55,236,196); }

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

border-color css

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

 span { border-color: rgb(55,236,196); }

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