Html Css Color HEX #37ECC5 Turquoise

📋 copy color: '#37ECC5'

red 55 ◦ green 236 ◦ blue 197

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

Shades of Turquoise #37ECC5

Tints of Turquoise #37ECC5

RGB

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

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

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

R = 11.27%
G = 48.36%
B = 40.37%

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

#37ECC5 (or 0x37ECC5) is known color: Turquoise. HEX triplet: 37, EC and C5. RGB value is (55,236,197). Sum of RGB (Red+Green+Blue) = 55+236+197=488 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.27% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECC5 is #C8133A. Grayscale: #B1B1B1. Windows color (decimal): -13112123 or 12971063. OLE color: 12971063.

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

Color convert

RGB 55 236 197 -
CMYK 0.77 0 0.17 0.07
HSL 167.07º 0.83% 0.57% -
HSV(B) 167.07º 0.77% 0.93% -
XYZ 41.65 64.83 63.14 -
YUV 177.44 139.03 40.67 -
System Red Green Blue C M Y K H S L
Decimal 55 236 197 0.77 0 0.17 0.07 167.07 0.83 0.57
Hex 37 EC C5 4D 0 11 7 A7 53 39
Octal 67 354 305 115 0 21 7 247 123 71
Binary 110111 11101100 11000101 1001101 0 10001 111 10100111 1010011 111001

Color Harmonies of #37ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECC5

Black with #37ECC5

Text Example


Text Example

White with #37ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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