Html Css Color HEX #49DDDF Turquoise

📋 copy color: '#49DDDF'

red 73 ◦ green 221 ◦ blue 223

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

Shades of Turquoise #49DDDF

Tints of Turquoise #49DDDF

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 73 221 223 -
CMYK 0.67 0.01 0 0.13
HSL 180.8º 0.7% 0.58% -
HSV(B) 180.8º 0.67% 0.87% -
XYZ 41.92 58.46 78.89 -
YUV 176.98 153.97 53.84 -
System Red Green Blue C M Y K H S L
Decimal 73 221 223 0.67 0.01 0 0.13 180.8 0.7 0.58
Hex 49 DD DF 43 1 0 D B5 46 3A
Octal 111 335 337 103 1 0 15 265 106 72
Binary 1001001 11011101 11011111 1000011 1 0 1101 10110101 1000110 111010

Color Harmonies of #49DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDDF

Black with #49DDDF

Text Example


Text Example

White with #49DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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