Html Css Color HEX #49DBFF Turquoise Blue

📋 copy color: '#49DBFF'

red 73 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #49DBFF

Tints of Turquoise Blue #49DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.62%

R = 13.35%
G = 40.04%
B = 46.62%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49DBFF (or 0x49DBFF) is known color: Turquoise Blue. HEX triplet: 49, DB and FF. RGB value is (73,219,255). Sum of RGB (Red+Green+Blue) = 73+219+255=547 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.35% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #49DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBFF is #B62400. Grayscale: #B3B3B3. Windows color (decimal): -11936769 or 16767817. OLE color: 16767817.

HSL color Cylindrical-coordinate representation of color #49DBFF: hue angle of 191.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49DBFF is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 219 255 -
CMYK 0.71 0.14 0 0
HSL 191.87º 1% 0.64% -
HSV(B) 191.87º 0.71% 1% -
XYZ 46.13 59.3 103.62 -
YUV 179.45 170.63 52.07 -
System Red Green Blue C M Y K H S L
Decimal 73 219 255 0.71 0.14 0 0 191.87 1 0.64
Hex 49 DB FF 47 E 0 0 C0 64 40
Octal 111 333 377 107 16 0 0 300 144 100
Binary 1001001 11011011 11111111 1000111 1110 0 0 11000000 1100100 1000000

Color Harmonies of #49DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBFF

Black with #49DBFF

Text Example


Text Example

White with #49DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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