Html Css Color HEX #49D5DF Medium Turquoise

📋 copy color: '#49D5DF'

red 73 ◦ green 213 ◦ blue 223

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

Shades of Medium Turquoise #49D5DF

Tints of Medium Turquoise #49D5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.85%

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

R = 14.34%
G = 41.85%
B = 43.81%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49D5DF (or 0x49D5DF) is known color: Medium Turquoise. HEX triplet: 49, D5 and DF. RGB value is (73,213,223). Sum of RGB (Red+Green+Blue) = 73+213+223=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #49D5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D5DF is #B62A20. Grayscale: #ACACAC. Windows color (decimal): -11938337 or 14669129. OLE color: 14669129.

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

Color convert

RGB 73 213 223 -
CMYK 0.67 0.04 0 0.13
HSL 184º 0.7% 0.58% -
HSV(B) 184º 0.67% 0.87% -
XYZ 39.86 54.33 78.2 -
YUV 172.28 156.62 57.19 -
System Red Green Blue C M Y K H S L
Decimal 73 213 223 0.67 0.04 0 0.13 184 0.7 0.58
Hex 49 D5 DF 43 4 0 D B8 46 3A
Octal 111 325 337 103 4 0 15 270 106 72
Binary 1001001 11010101 11011111 1000011 100 0 1101 10111000 1000110 111010

Color Harmonies of #49D5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D5DF

Black with #49D5DF

Text Example


Text Example

White with #49D5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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