Html Css Color HEX #49DFD1 Turquoise

📋 copy color: '#49DFD1'

red 73 ◦ green 223 ◦ blue 209

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

Shades of Turquoise #49DFD1

Tints of Turquoise #49DFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

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

R = 14.46%
G = 44.16%
B = 41.39%

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

#49DFD1 (or 0x49DFD1) is known color: Turquoise. HEX triplet: 49, DF and D1. RGB value is (73,223,209). Sum of RGB (Red+Green+Blue) = 73+223+209=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFD1 is #B6202E. Grayscale: #B0B0B0. Windows color (decimal): -11935791 or 13754185. OLE color: 13754185.

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

Color convert

RGB 73 223 209 -
CMYK 0.67 0 0.06 0.13
HSL 174.4º 0.7% 0.58% -
HSV(B) 174.4º 0.67% 0.87% -
XYZ 40.64 58.8 69.53 -
YUV 176.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 73 223 209 0.67 0 0.06 0.13 174.4 0.7 0.58
Hex 49 DF D1 43 0 6 D AE 46 3A
Octal 111 337 321 103 0 6 15 256 106 72
Binary 1001001 11011111 11010001 1000011 0 110 1101 10101110 1000110 111010

Color Harmonies of #49DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFD1

Black with #49DFD1

Text Example


Text Example

White with #49DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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