Html Css Color HEX #49DEDC Turquoise

📋 copy color: '#49DEDC'

red 73 ◦ green 222 ◦ blue 220

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

Shades of Turquoise #49DEDC

Tints of Turquoise #49DEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 14.17%
G = 43.11%
B = 42.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#49DEDC (or 0x49DEDC) is known color: Turquoise. HEX triplet: 49, DE and DC. RGB value is (73,222,220). Sum of RGB (Red+Green+Blue) = 73+222+220=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DEDC is #B62123. Grayscale: #B1B1B1. Windows color (decimal): -11936036 or 14474825. OLE color: 14474825.

HSL color Cylindrical-coordinate representation of color #49DEDC: hue angle of 179.19º 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 #49DEDC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 220 -
CMYK 0.67 0 0.01 0.13
HSL 179.19º 0.69% 0.58% -
HSV(B) 179.19º 0.67% 0.87% -
XYZ 41.79 58.83 76.86 -
YUV 177.22 152.14 53.66 -
System Red Green Blue C M Y K H S L
Decimal 73 222 220 0.67 0 0.01 0.13 179.19 0.69 0.58
Hex 49 DE DC 43 0 1 D B3 45 3A
Octal 111 336 334 103 0 1 15 263 105 72
Binary 1001001 11011110 11011100 1000011 0 1 1101 10110011 1000101 111010

Color Harmonies of #49DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DEDC

Black with #49DEDC

Text Example


Text Example

White with #49DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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