Html Css Color HEX #49D8EC Turquoise Blue

📋 copy color: '#49D8EC'

red 73 ◦ green 216 ◦ blue 236

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

Shades of Turquoise Blue #49D8EC

Tints of Turquoise Blue #49D8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 13.9%
G = 41.14%
B = 44.95%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49D8EC (or 0x49D8EC) is known color: Turquoise Blue. HEX triplet: 49, D8 and EC. RGB value is (73,216,236). Sum of RGB (Red+Green+Blue) = 73+216+236=525 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.90% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #49D8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D8EC is #B62713. Grayscale: #AFAFAF. Windows color (decimal): -11937556 or 15521865. OLE color: 15521865.

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

Color convert

RGB 73 216 236 -
CMYK 0.69 0.08 0 0.07
HSL 187.36º 0.81% 0.61% -
HSV(B) 187.36º 0.69% 0.93% -
XYZ 42.44 56.58 88.04 -
YUV 175.52 162.12 54.87 -
System Red Green Blue C M Y K H S L
Decimal 73 216 236 0.69 0.08 0 0.07 187.36 0.81 0.61
Hex 49 D8 EC 45 8 0 7 BB 51 3D
Octal 111 330 354 105 10 0 7 273 121 75
Binary 1001001 11011000 11101100 1000101 1000 0 111 10111011 1010001 111101

Color Harmonies of #49D8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D8EC

Black with #49D8EC

Text Example


Text Example

White with #49D8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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