Html Css Color HEX #49DCDC Turquoise

📋 copy color: '#49DCDC'

red 73 ◦ green 220 ◦ blue 220

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

Shades of Turquoise #49DCDC

Tints of Turquoise #49DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 14.23%
G = 42.88%
B = 42.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49DCDC (or 0x49DCDC) is known color: Turquoise. HEX triplet: 49, DC and DC. RGB value is (73,220,220). Sum of RGB (Red+Green+Blue) = 73+220+220=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #49DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCDC is #B62323. Grayscale: #AFAFAF. Windows color (decimal): -11936548 or 14474313. OLE color: 14474313.

HSL color Cylindrical-coordinate representation of color #49DCDC: hue angle of 180º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCDC is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 220 -
CMYK 0.67 0 0 0.14
HSL 180º 0.68% 0.57% -
HSV(B) 180º 0.67% 0.86% -
XYZ 41.26 57.77 76.69 -
YUV 176.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 73 220 220 0.67 0 0 0.14 180 0.68 0.57
Hex 49 DC DC 43 0 0 E B4 44 39
Octal 111 334 334 103 0 0 16 264 104 71
Binary 1001001 11011100 11011100 1000011 0 0 1110 10110100 1000100 111001

Color Harmonies of #49DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCDC

Black with #49DCDC

Text Example


Text Example

White with #49DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,220); }

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

background-color css

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

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

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

border-color css

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

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

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