Html Css Color HEX #49D9DF Medium Turquoise

📋 copy color: '#49D9DF'

red 73 ◦ green 217 ◦ blue 223

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

Shades of Medium Turquoise #49D9DF

Tints of Medium Turquoise #49D9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 14.23%
G = 42.3%
B = 43.47%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49D9DF (or 0x49D9DF) is known color: Medium Turquoise. HEX triplet: 49, D9 and DF. RGB value is (73,217,223). Sum of RGB (Red+Green+Blue) = 73+217+223=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #49D9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D9DF is #B62620. Grayscale: #AEAEAE. Windows color (decimal): -11937313 or 14670153. OLE color: 14670153.

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

Color convert

RGB 73 217 223 -
CMYK 0.67 0.03 0 0.13
HSL 182.4º 0.7% 0.58% -
HSV(B) 182.4º 0.67% 0.87% -
XYZ 40.88 56.37 78.54 -
YUV 174.63 155.29 55.51 -
System Red Green Blue C M Y K H S L
Decimal 73 217 223 0.67 0.03 0 0.13 182.4 0.7 0.58
Hex 49 D9 DF 43 3 0 D B6 46 3A
Octal 111 331 337 103 3 0 15 266 106 72
Binary 1001001 11011001 11011111 1000011 11 0 1101 10110110 1000110 111010

Color Harmonies of #49D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D9DF

Black with #49D9DF

Text Example


Text Example

White with #49D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,217,223); }

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

background-color css

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

 a { background-color: rgb(73,217,223); }

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

border-color css

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

 span { border-color: rgb(73,217,223); }

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