Html Css Color HEX #49D8F9 Turquoise Blue

📋 copy color: '#49D8F9'

red 73 ◦ green 216 ◦ blue 249

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

Shades of Turquoise Blue #49D8F9

Tints of Turquoise Blue #49D8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.15%

 BLUE value IS 249 (97.66% from 255) = 46.28%

R = 13.57%
G = 40.15%
B = 46.28%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49D8F9 (or 0x49D8F9) is known color: Turquoise Blue. HEX triplet: 49, D8 and F9. RGB value is (73,216,249). Sum of RGB (Red+Green+Blue) = 73+216+249=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #49D8F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D8F9 is #B62706. Grayscale: #B0B0B0. Windows color (decimal): -11937543 or 16373833. OLE color: 16373833.

HSL color Cylindrical-coordinate representation of color #49D8F9: hue angle of 191.25º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49D8F9 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 216 249 -
CMYK 0.71 0.13 0 0.02
HSL 191.25º 0.94% 0.63% -
HSV(B) 191.25º 0.71% 0.98% -
XYZ 44.4 57.37 98.36 -
YUV 177.01 168.62 53.82 -
System Red Green Blue C M Y K H S L
Decimal 73 216 249 0.71 0.13 0 0.02 191.25 0.94 0.63
Hex 49 D8 F9 47 D 0 2 BF 5E 3F
Octal 111 330 371 107 15 0 2 277 136 77
Binary 1001001 11011000 11111001 1000111 1101 0 10 10111111 1011110 111111

Color Harmonies of #49D8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D8F9

Black with #49D8F9

Text Example


Text Example

White with #49D8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,216,249); }

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

background-color css

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

 a { background-color: rgb(73,216,249); }

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

border-color css

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

 span { border-color: rgb(73,216,249); }

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