Html Css Color HEX #49ECC2 Turquoise

📋 copy color: '#49ECC2'

red 73 ◦ green 236 ◦ blue 194

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

Shades of Turquoise #49ECC2

Tints of Turquoise #49ECC2

RGB

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

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

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

R = 14.51%
G = 46.92%
B = 38.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#49ECC2 (or 0x49ECC2) is known color: Turquoise. HEX triplet: 49, EC and C2. RGB value is (73,236,194). Sum of RGB (Red+Green+Blue) = 73+236+194=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECC2 is #B6133D. Grayscale: #B6B6B6. Windows color (decimal): -11932478 or 12774473. OLE color: 12774473.

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

Color convert

RGB 73 236 194 -
CMYK 0.69 0 0.18 0.07
HSL 164.54º 0.81% 0.61% -
HSV(B) 164.54º 0.69% 0.93% -
XYZ 42.48 65.3 61.4 -
YUV 182.48 134.5 49.92 -
System Red Green Blue C M Y K H S L
Decimal 73 236 194 0.69 0 0.18 0.07 164.54 0.81 0.61
Hex 49 EC C2 45 0 12 7 A5 51 3D
Octal 111 354 302 105 0 22 7 245 121 75
Binary 1001001 11101100 11000010 1000101 0 10010 111 10100101 1010001 111101

Color Harmonies of #49ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECC2

Black with #49ECC2

Text Example


Text Example

White with #49ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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