Html Css Color HEX #49EDD1 Turquoise

📋 copy color: '#49EDD1'

red 73 ◦ green 237 ◦ blue 209

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

Shades of Turquoise #49EDD1

Tints of Turquoise #49EDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 14.07%
G = 45.66%
B = 40.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#49EDD1 (or 0x49EDD1) is known color: Turquoise. HEX triplet: 49, ED and D1. RGB value is (73,237,209). Sum of RGB (Red+Green+Blue) = 73+237+209=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDD1 is #B6122E. Grayscale: #B8B8B8. Windows color (decimal): -11932207 or 13757769. OLE color: 13757769.

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

Color convert

RGB 73 237 209 -
CMYK 0.69 0 0.12 0.07
HSL 169.76º 0.82% 0.61% -
HSV(B) 169.76º 0.69% 0.93% -
XYZ 44.54 66.59 70.83 -
YUV 184.77 141.67 48.28 -
System Red Green Blue C M Y K H S L
Decimal 73 237 209 0.69 0 0.12 0.07 169.76 0.82 0.61
Hex 49 ED D1 45 0 C 7 AA 52 3D
Octal 111 355 321 105 0 14 7 252 122 75
Binary 1001001 11101101 11010001 1000101 0 1100 111 10101010 1010010 111101

Color Harmonies of #49EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDD1

Black with #49EDD1

Text Example


Text Example

White with #49EDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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