Html Css Color HEX #49D8EF Turquoise Blue

📋 copy color: '#49D8EF'

red 73 ◦ green 216 ◦ blue 239

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

Shades of Turquoise Blue #49D8EF

Tints of Turquoise Blue #49D8EF

RGB

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

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

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

R = 13.83%
G = 40.91%
B = 45.27%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49D8EF (or 0x49D8EF) is known color: Turquoise Blue. HEX triplet: 49, D8 and EF. RGB value is (73,216,239). Sum of RGB (Red+Green+Blue) = 73+216+239=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #49D8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D8EF is #B62710. Grayscale: #AFAFAF. Windows color (decimal): -11937553 or 15718473. OLE color: 15718473.

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

Color convert

RGB 73 216 239 -
CMYK 0.69 0.10 0 0.06
HSL 188.31º 0.84% 0.61% -
HSV(B) 188.31º 0.69% 0.94% -
XYZ 42.88 56.76 90.36 -
YUV 175.87 163.62 54.63 -
System Red Green Blue C M Y K H S L
Decimal 73 216 239 0.69 0.10 0 0.06 188.31 0.84 0.61
Hex 49 D8 EF 45 A 0 6 BC 54 3D
Octal 111 330 357 105 12 0 6 274 124 75
Binary 1001001 11011000 11101111 1000101 1010 0 110 10111100 1010100 111101

Color Harmonies of #49D8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D8EF

Black with #49D8EF

Text Example


Text Example

White with #49D8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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