Html Css Color HEX #49EDE3 Turquoise

📋 copy color: '#49EDE3'

red 73 ◦ green 237 ◦ blue 227

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

Shades of Turquoise #49EDE3

Tints of Turquoise #49EDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.27%

R = 13.59%
G = 44.13%
B = 42.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#49EDE3 (or 0x49EDE3) is known color: Turquoise. HEX triplet: 49, ED and E3. RGB value is (73,237,227). Sum of RGB (Red+Green+Blue) = 73+237+227=537 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.59% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDE3 is #B6121C. Grayscale: #BABABA. Windows color (decimal): -11932189 or 14937417. OLE color: 14937417.

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

Color convert

RGB 73 237 227 -
CMYK 0.69 0 0.04 0.07
HSL 176.34º 0.82% 0.61% -
HSV(B) 176.34º 0.69% 0.93% -
XYZ 46.9 67.53 83.24 -
YUV 186.82 150.67 46.81 -
System Red Green Blue C M Y K H S L
Decimal 73 237 227 0.69 0 0.04 0.07 176.34 0.82 0.61
Hex 49 ED E3 45 0 4 7 B0 52 3D
Octal 111 355 343 105 0 4 7 260 122 75
Binary 1001001 11101101 11100011 1000101 0 100 111 10110000 1010010 111101

Color Harmonies of #49EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDE3

Black with #49EDE3

Text Example


Text Example

White with #49EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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