Html Css Color HEX #49DEDD Turquoise

📋 copy color: '#49DEDD'

red 73 ◦ green 222 ◦ blue 221

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

Shades of Turquoise #49DEDD

Tints of Turquoise #49DEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 14.15%
G = 43.02%
B = 42.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#49DEDD (or 0x49DEDD) is known color: Turquoise. HEX triplet: 49, DE and DD. RGB value is (73,222,221). Sum of RGB (Red+Green+Blue) = 73+222+221=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DEDD is #B62122. Grayscale: #B1B1B1. Windows color (decimal): -11936035 or 14540361. OLE color: 14540361.

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

Color convert

RGB 73 222 221 -
CMYK 0.67 0 0.00 0.13
HSL 179.6º 0.69% 0.58% -
HSV(B) 179.6º 0.67% 0.87% -
XYZ 41.92 58.88 77.56 -
YUV 177.34 152.64 53.58 -
System Red Green Blue C M Y K H S L
Decimal 73 222 221 0.67 0 0.00 0.13 179.6 0.69 0.58
Hex 49 DE DD 43 0 0 D B4 45 3A
Octal 111 336 335 103 0 0 15 264 105 72
Binary 1001001 11011110 11011101 1000011 0 0 1101 10110100 1000101 111010

Color Harmonies of #49DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DEDD

Black with #49DEDD

Text Example


Text Example

White with #49DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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