Html Css Color HEX #49DED1 Turquoise

📋 copy color: '#49DED1'

red 73 ◦ green 222 ◦ blue 209

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

Shades of Turquoise #49DED1

Tints of Turquoise #49DED1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

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

R = 14.48%
G = 44.05%
B = 41.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#49DED1 (or 0x49DED1) is known color: Turquoise. HEX triplet: 49, DE and D1. RGB value is (73,222,209). Sum of RGB (Red+Green+Blue) = 73+222+209=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #49DED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DED1 is #B6212E. Grayscale: #AFAFAF. Windows color (decimal): -11936047 or 13753929. OLE color: 13753929.

HSL color Cylindrical-coordinate representation of color #49DED1: hue angle of 174.77º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DED1 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 209 -
CMYK 0.67 0 0.06 0.13
HSL 174.77º 0.69% 0.58% -
HSV(B) 174.77º 0.67% 0.87% -
XYZ 40.38 58.26 69.44 -
YUV 175.97 146.64 54.56 -
System Red Green Blue C M Y K H S L
Decimal 73 222 209 0.67 0 0.06 0.13 174.77 0.69 0.58
Hex 49 DE D1 43 0 6 D AF 45 3A
Octal 111 336 321 103 0 6 15 257 105 72
Binary 1001001 11011110 11010001 1000011 0 110 1101 10101111 1000101 111010

Color Harmonies of #49DED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DED1

Black with #49DED1

Text Example


Text Example

White with #49DED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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