Html Css Color HEX #49DAEC Turquoise

📋 copy color: '#49DAEC'

red 73 ◦ green 218 ◦ blue 236

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

Shades of Turquoise #49DAEC

Tints of Turquoise #49DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

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

R = 13.85%
G = 41.37%
B = 44.78%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49DAEC (or 0x49DAEC) is known color: Turquoise. HEX triplet: 49, DA and EC. RGB value is (73,218,236). Sum of RGB (Red+Green+Blue) = 73+218+236=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #49DAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DAEC is #B62513. Grayscale: #B0B0B0. Windows color (decimal): -11937044 or 15522377. OLE color: 15522377.

HSL color Cylindrical-coordinate representation of color #49DAEC: hue angle of 186.63º 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 #49DAEC is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 218 236 -
CMYK 0.69 0.08 0 0.07
HSL 186.63º 0.81% 0.61% -
HSV(B) 186.63º 0.69% 0.93% -
XYZ 42.96 57.62 88.21 -
YUV 176.7 161.46 54.04 -
System Red Green Blue C M Y K H S L
Decimal 73 218 236 0.69 0.08 0 0.07 186.63 0.81 0.61
Hex 49 DA EC 45 8 0 7 BB 51 3D
Octal 111 332 354 105 10 0 7 273 121 75
Binary 1001001 11011010 11101100 1000101 1000 0 111 10111011 1010001 111101

Color Harmonies of #49DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAEC

Black with #49DAEC

Text Example


Text Example

White with #49DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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