Html Css Color HEX #49EDE2 Turquoise

📋 copy color: '#49EDE2'

red 73 ◦ green 237 ◦ blue 226

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

Shades of Turquoise #49EDE2

Tints of Turquoise #49EDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.16%

R = 13.62%
G = 44.22%
B = 42.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#49EDE2 (or 0x49EDE2) is known color: Turquoise. HEX triplet: 49, ED and E2. RGB value is (73,237,226). Sum of RGB (Red+Green+Blue) = 73+237+226=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDE2 is #B6121D. Grayscale: #BABABA. Windows color (decimal): -11932190 or 14871881. OLE color: 14871881.

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

Color convert

RGB 73 237 226 -
CMYK 0.69 0 0.05 0.07
HSL 175.98º 0.82% 0.61% -
HSV(B) 175.98º 0.69% 0.93% -
XYZ 46.76 67.48 82.51 -
YUV 186.71 150.17 46.89 -
System Red Green Blue C M Y K H S L
Decimal 73 237 226 0.69 0 0.05 0.07 175.98 0.82 0.61
Hex 49 ED E2 45 0 5 7 B0 52 3D
Octal 111 355 342 105 0 5 7 260 122 75
Binary 1001001 11101101 11100010 1000101 0 101 111 10110000 1010010 111101

Color Harmonies of #49EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDE2

Black with #49EDE2

Text Example


Text Example

White with #49EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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