Html Css Color HEX #49DBEF Turquoise Blue

📋 copy color: '#49DBEF'

red 73 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #49DBEF

Tints of Turquoise Blue #49DBEF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

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

R = 13.75%
G = 41.24%
B = 45.01%

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

#49DBEF (or 0x49DBEF) is known color: Turquoise Blue. HEX triplet: 49, DB and EF. RGB value is (73,219,239). Sum of RGB (Red+Green+Blue) = 73+219+239=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #49DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBEF is #B62410. Grayscale: #B1B1B1. Windows color (decimal): -11936785 or 15719241. OLE color: 15719241.

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

Color convert

RGB 73 219 239 -
CMYK 0.69 0.08 0 0.06
HSL 187.23º 0.84% 0.61% -
HSV(B) 187.23º 0.69% 0.94% -
XYZ 43.66 58.31 90.62 -
YUV 177.63 162.63 53.37 -
System Red Green Blue C M Y K H S L
Decimal 73 219 239 0.69 0.08 0 0.06 187.23 0.84 0.61
Hex 49 DB EF 45 8 0 6 BB 54 3D
Octal 111 333 357 105 10 0 6 273 124 75
Binary 1001001 11011011 11101111 1000101 1000 0 110 10111011 1010100 111101

Color Harmonies of #49DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBEF

Black with #49DBEF

Text Example


Text Example

White with #49DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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