Html Css Color HEX #49DAEB Turquoise

📋 copy color: '#49DAEB'

red 73 ◦ green 218 ◦ blue 235

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

Shades of Turquoise #49DAEB

Tints of Turquoise #49DAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 13.88%
G = 41.44%
B = 44.68%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49DAEB (or 0x49DAEB) is known color: Turquoise. HEX triplet: 49, DA and EB. RGB value is (73,218,235). Sum of RGB (Red+Green+Blue) = 73+218+235=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #49DAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DAEB is #B62514. Grayscale: #B0B0B0. Windows color (decimal): -11937045 or 15456841. OLE color: 15456841.

HSL color Cylindrical-coordinate representation of color #49DAEB: hue angle of 186.3º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DAEB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 218 235 -
CMYK 0.69 0.07 0 0.08
HSL 186.3º 0.8% 0.6% -
HSV(B) 186.3º 0.69% 0.92% -
XYZ 42.81 57.56 87.45 -
YUV 176.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 73 218 235 0.69 0.07 0 0.08 186.3 0.8 0.6
Hex 49 DA EB 45 7 0 8 BA 50 3C
Octal 111 332 353 105 7 0 10 272 120 74
Binary 1001001 11011010 11101011 1000101 111 0 1000 10111010 1010000 111100

Color Harmonies of #49DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAEB

Black with #49DAEB

Text Example


Text Example

White with #49DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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