Html Css Color HEX #49DFDD Turquoise

📋 copy color: '#49DFDD'

red 73 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #49DFDD

Tints of Turquoise #49DFDD

RGB

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

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

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

R = 14.12%
G = 43.13%
B = 42.75%

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

#49DFDD (or 0x49DFDD) is known color: Turquoise. HEX triplet: 49, DF and DD. RGB value is (73,223,221). Sum of RGB (Red+Green+Blue) = 73+223+221=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFDD is #B62022. Grayscale: #B1B1B1. Windows color (decimal): -11935779 or 14540617. OLE color: 14540617.

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

Color convert

RGB 73 223 221 -
CMYK 0.67 0 0.01 0.13
HSL 179.2º 0.7% 0.58% -
HSV(B) 179.2º 0.67% 0.87% -
XYZ 42.19 59.41 77.65 -
YUV 177.92 152.31 53.16 -
System Red Green Blue C M Y K H S L
Decimal 73 223 221 0.67 0 0.01 0.13 179.2 0.7 0.58
Hex 49 DF DD 43 0 1 D B3 46 3A
Octal 111 337 335 103 0 1 15 263 106 72
Binary 1001001 11011111 11011101 1000011 0 1 1101 10110011 1000110 111010

Color Harmonies of #49DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFDD

Black with #49DFDD

Text Example


Text Example

White with #49DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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