Html Css Color HEX #49ECC5 Turquoise

📋 copy color: '#49ECC5'

red 73 ◦ green 236 ◦ blue 197

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

Shades of Turquoise #49ECC5

Tints of Turquoise #49ECC5

RGB

 RED value IS 73 (28.91% from 255) = 14.43%

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

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

R = 14.43%
G = 46.64%
B = 38.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#49ECC5 (or 0x49ECC5) is known color: Turquoise. HEX triplet: 49, EC and C5. RGB value is (73,236,197). Sum of RGB (Red+Green+Blue) = 73+236+197=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECC5 is #B6133A. Grayscale: #B6B6B6. Windows color (decimal): -11932475 or 12971081. OLE color: 12971081.

HSL color Cylindrical-coordinate representation of color #49ECC5: hue angle of 165.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ECC5 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 197 -
CMYK 0.69 0 0.17 0.07
HSL 165.64º 0.81% 0.61% -
HSV(B) 165.64º 0.69% 0.93% -
XYZ 42.82 65.44 63.2 -
YUV 182.82 136 49.67 -
System Red Green Blue C M Y K H S L
Decimal 73 236 197 0.69 0 0.17 0.07 165.64 0.81 0.61
Hex 49 EC C5 45 0 11 7 A6 51 3D
Octal 111 354 305 105 0 21 7 246 121 75
Binary 1001001 11101100 11000101 1000101 0 10001 111 10100110 1010001 111101

Color Harmonies of #49ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECC5

Black with #49ECC5

Text Example


Text Example

White with #49ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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