Html Css Color HEX #49EDB7 Turquoise

📋 copy color: '#49EDB7'

red 73 ◦ green 237 ◦ blue 183

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

Shades of Turquoise #49EDB7

Tints of Turquoise #49EDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.12%

R = 14.81%
G = 48.07%
B = 37.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#49EDB7 (or 0x49EDB7) is known color: Turquoise. HEX triplet: 49, ED and B7. RGB value is (73,237,183). Sum of RGB (Red+Green+Blue) = 73+237+183=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDB7 is #B61248. Grayscale: #B5B5B5. Windows color (decimal): -11932233 or 12053833. OLE color: 12053833.

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

Color convert

RGB 73 237 183 -
CMYK 0.69 0 0.23 0.07
HSL 160.24º 0.82% 0.61% -
HSV(B) 160.24º 0.69% 0.93% -
XYZ 41.58 65.4 55.23 -
YUV 181.81 128.67 50.39 -
System Red Green Blue C M Y K H S L
Decimal 73 237 183 0.69 0 0.23 0.07 160.24 0.82 0.61
Hex 49 ED B7 45 0 17 7 A0 52 3D
Octal 111 355 267 105 0 27 7 240 122 75
Binary 1001001 11101101 10110111 1000101 0 10111 111 10100000 1010010 111101

Color Harmonies of #49EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDB7

Black with #49EDB7

Text Example


Text Example

White with #49EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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