Html Css Color HEX #49DCEB Turquoise

📋 copy color: '#49DCEB'

red 73 ◦ green 220 ◦ blue 235

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

Shades of Turquoise #49DCEB

Tints of Turquoise #49DCEB

RGB

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

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

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

R = 13.83%
G = 41.67%
B = 44.51%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49DCEB (or 0x49DCEB) is known color: Turquoise. HEX triplet: 49, DC and EB. RGB value is (73,220,235). Sum of RGB (Red+Green+Blue) = 73+220+235=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #49DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCEB is #B62314. Grayscale: #B1B1B1. Windows color (decimal): -11936533 or 15457353. OLE color: 15457353.

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

Color convert

RGB 73 220 235 -
CMYK 0.69 0.06 0 0.08
HSL 185.56º 0.8% 0.6% -
HSV(B) 185.56º 0.69% 0.92% -
XYZ 43.34 58.6 87.62 -
YUV 177.76 160.3 53.28 -
System Red Green Blue C M Y K H S L
Decimal 73 220 235 0.69 0.06 0 0.08 185.56 0.8 0.6
Hex 49 DC EB 45 6 0 8 BA 50 3C
Octal 111 334 353 105 6 0 10 272 120 74
Binary 1001001 11011100 11101011 1000101 110 0 1000 10111010 1010000 111100

Color Harmonies of #49DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCEB

Black with #49DCEB

Text Example


Text Example

White with #49DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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