Html Css Color HEX #49DCEC Turquoise

📋 copy color: '#49DCEC'

red 73 ◦ green 220 ◦ blue 236

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

Shades of Turquoise #49DCEC

Tints of Turquoise #49DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 13.8%
G = 41.59%
B = 44.61%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49DCEC (or 0x49DCEC) is known color: Turquoise. HEX triplet: 49, DC and EC. RGB value is (73,220,236). Sum of RGB (Red+Green+Blue) = 73+220+236=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #49DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCEC is #B62313. Grayscale: #B1B1B1. Windows color (decimal): -11936532 or 15522889. OLE color: 15522889.

HSL color Cylindrical-coordinate representation of color #49DCEC: hue angle of 185.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DCEC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 220 236 -
CMYK 0.69 0.07 0 0.07
HSL 185.89º 0.81% 0.61% -
HSV(B) 185.89º 0.69% 0.93% -
XYZ 43.48 58.66 88.39 -
YUV 177.87 160.8 53.2 -
System Red Green Blue C M Y K H S L
Decimal 73 220 236 0.69 0.07 0 0.07 185.89 0.81 0.61
Hex 49 DC EC 45 7 0 7 BA 51 3D
Octal 111 334 354 105 7 0 7 272 121 75
Binary 1001001 11011100 11101100 1000101 111 0 111 10111010 1010001 111101

Color Harmonies of #49DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCEC

Black with #49DCEC

Text Example


Text Example

White with #49DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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