Html Css Color HEX #49EDB9 Turquoise

📋 copy color: '#49EDB9'

red 73 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #49EDB9

Tints of Turquoise #49EDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.37%

R = 14.75%
G = 47.88%
B = 37.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#49EDB9 (or 0x49EDB9) is known color: Turquoise. HEX triplet: 49, ED and B9. RGB value is (73,237,185). Sum of RGB (Red+Green+Blue) = 73+237+185=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDB9 is #B61246. Grayscale: #B6B6B6. Windows color (decimal): -11932231 or 12184905. OLE color: 12184905.

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

Color convert

RGB 73 237 185 -
CMYK 0.69 0 0.22 0.07
HSL 160.98º 0.82% 0.61% -
HSV(B) 160.98º 0.69% 0.93% -
XYZ 41.79 65.49 56.34 -
YUV 182.04 129.67 50.23 -
System Red Green Blue C M Y K H S L
Decimal 73 237 185 0.69 0 0.22 0.07 160.98 0.82 0.61
Hex 49 ED B9 45 0 16 7 A1 52 3D
Octal 111 355 271 105 0 26 7 241 122 75
Binary 1001001 11101101 10111001 1000101 0 10110 111 10100001 1010010 111101

Color Harmonies of #49EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDB9

Black with #49EDB9

Text Example


Text Example

White with #49EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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