Html Css Color HEX #49D3EB Medium Turquoise

📋 copy color: '#49D3EB'

red 73 ◦ green 211 ◦ blue 235

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

Shades of Medium Turquoise #49D3EB

Tints of Medium Turquoise #49D3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 14.07%
G = 40.66%
B = 45.28%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49D3EB (or 0x49D3EB) is known color: Medium Turquoise. HEX triplet: 49, D3 and EB. RGB value is (73,211,235). Sum of RGB (Red+Green+Blue) = 73+211+235=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #49D3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D3EB is #B62C14. Grayscale: #ACACAC. Windows color (decimal): -11938837 or 15455049. OLE color: 15455049.

HSL color Cylindrical-coordinate representation of color #49D3EB: hue angle of 188.89º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49D3EB is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 211 235 -
CMYK 0.69 0.10 0 0.08
HSL 188.89º 0.8% 0.6% -
HSV(B) 188.89º 0.69% 0.92% -
XYZ 41.04 54 86.86 -
YUV 172.47 163.28 57.05 -
System Red Green Blue C M Y K H S L
Decimal 73 211 235 0.69 0.10 0 0.08 188.89 0.8 0.6
Hex 49 D3 EB 45 A 0 8 BD 50 3C
Octal 111 323 353 105 12 0 10 275 120 74
Binary 1001001 11010011 11101011 1000101 1010 0 1000 10111101 1010000 111100

Color Harmonies of #49D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D3EB

Black with #49D3EB

Text Example


Text Example

White with #49D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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