Html Css Color HEX #49D3EF Turquoise Blue

📋 copy color: '#49D3EF'

red 73 ◦ green 211 ◦ blue 239

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

Shades of Turquoise Blue #49D3EF

Tints of Turquoise Blue #49D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.34%

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

R = 13.96%
G = 40.34%
B = 45.7%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49D3EF (or 0x49D3EF) is known color: Turquoise Blue. HEX triplet: 49, D3 and EF. RGB value is (73,211,239). Sum of RGB (Red+Green+Blue) = 73+211+239=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #49D3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D3EF is #B62C10. Grayscale: #ACACAC. Windows color (decimal): -11938833 or 15717193. OLE color: 15717193.

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

Color convert

RGB 73 211 239 -
CMYK 0.69 0.12 0 0.06
HSL 190.12º 0.84% 0.61% -
HSV(B) 190.12º 0.69% 0.94% -
XYZ 41.62 54.24 89.94 -
YUV 172.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 73 211 239 0.69 0.12 0 0.06 190.12 0.84 0.61
Hex 49 D3 EF 45 C 0 6 BE 54 3D
Octal 111 323 357 105 14 0 6 276 124 75
Binary 1001001 11010011 11101111 1000101 1100 0 110 10111110 1010100 111101

Color Harmonies of #49D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D3EF

Black with #49D3EF

Text Example


Text Example

White with #49D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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