Html Css Color HEX #37ECC2 Turquoise

📋 copy color: '#37ECC2'

red 55 ◦ green 236 ◦ blue 194

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

Shades of Turquoise #37ECC2

Tints of Turquoise #37ECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40%

R = 11.34%
G = 48.66%
B = 40%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#37ECC2 (or 0x37ECC2) is known color: Turquoise. HEX triplet: 37, EC and C2. RGB value is (55,236,194). Sum of RGB (Red+Green+Blue) = 55+236+194=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECC2 is #C8133D. Grayscale: #B1B1B1. Windows color (decimal): -13112126 or 12774455. OLE color: 12774455.

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

Color convert

RGB 55 236 194 -
CMYK 0.77 0 0.18 0.07
HSL 166.08º 0.83% 0.57% -
HSV(B) 166.08º 0.77% 0.93% -
XYZ 41.31 64.7 61.35 -
YUV 177.09 137.53 40.92 -
System Red Green Blue C M Y K H S L
Decimal 55 236 194 0.77 0 0.18 0.07 166.08 0.83 0.57
Hex 37 EC C2 4D 0 12 7 A6 53 39
Octal 67 354 302 115 0 22 7 246 123 71
Binary 110111 11101100 11000010 1001101 0 10010 111 10100110 1010011 111001

Color Harmonies of #37ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECC2

Black with #37ECC2

Text Example


Text Example

White with #37ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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