Html Css Color HEX #49DCEF Turquoise Blue

📋 copy color: '#49DCEF'

red 73 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #49DCEF

Tints of Turquoise Blue #49DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 13.72%
G = 41.35%
B = 44.92%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49DCEF (or 0x49DCEF) is known color: Turquoise Blue. HEX triplet: 49, DC and EF. RGB value is (73,220,239). Sum of RGB (Red+Green+Blue) = 73+220+239=532 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.72% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #49DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCEF is #B62310. Grayscale: #B1B1B1. Windows color (decimal): -11936529 or 15719497. OLE color: 15719497.

HSL color Cylindrical-coordinate representation of color #49DCEF: hue angle of 186.87º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DCEF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 220 239 -
CMYK 0.69 0.08 0 0.06
HSL 186.87º 0.84% 0.61% -
HSV(B) 186.87º 0.69% 0.94% -
XYZ 43.92 58.83 90.7 -
YUV 178.21 162.3 52.96 -
System Red Green Blue C M Y K H S L
Decimal 73 220 239 0.69 0.08 0 0.06 186.87 0.84 0.61
Hex 49 DC EF 45 8 0 6 BB 54 3D
Octal 111 334 357 105 10 0 6 273 124 75
Binary 1001001 11011100 11101111 1000101 1000 0 110 10111011 1010100 111101

Color Harmonies of #49DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCEF

Black with #49DCEF

Text Example


Text Example

White with #49DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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