Html Css Color HEX #49EDC2 Turquoise

📋 copy color: '#49EDC2'

red 73 ◦ green 237 ◦ blue 194

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

Shades of Turquoise #49EDC2

Tints of Turquoise #49EDC2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

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

R = 14.48%
G = 47.02%
B = 38.49%

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

#49EDC2 (or 0x49EDC2) is known color: Turquoise. HEX triplet: 49, ED and C2. RGB value is (73,237,194). Sum of RGB (Red+Green+Blue) = 73+237+194=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDC2 is #B6123D. Grayscale: #B7B7B7. Windows color (decimal): -11932222 or 12774729. OLE color: 12774729.

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

Color convert

RGB 73 237 194 -
CMYK 0.69 0 0.18 0.07
HSL 164.27º 0.82% 0.61% -
HSV(B) 164.27º 0.69% 0.93% -
XYZ 42.77 65.88 61.5 -
YUV 183.06 134.17 49.5 -
System Red Green Blue C M Y K H S L
Decimal 73 237 194 0.69 0 0.18 0.07 164.27 0.82 0.61
Hex 49 ED C2 45 0 12 7 A4 52 3D
Octal 111 355 302 105 0 22 7 244 122 75
Binary 1001001 11101101 11000010 1000101 0 10010 111 10100100 1010010 111101

Color Harmonies of #49EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDC2

Black with #49EDC2

Text Example


Text Example

White with #49EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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