Html Css Color HEX #49D5D0 Medium Turquoise

📋 copy color: '#49D5D0'

red 73 ◦ green 213 ◦ blue 208

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

Shades of Medium Turquoise #49D5D0

Tints of Medium Turquoise #49D5D0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 14.78%
G = 43.12%
B = 42.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#49D5D0 (or 0x49D5D0) is known color: Medium Turquoise. HEX triplet: 49, D5 and D0. RGB value is (73,213,208). Sum of RGB (Red+Green+Blue) = 73+213+208=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D5D0 is #B62A2F. Grayscale: #AAAAAA. Windows color (decimal): -11938352 or 13686089. OLE color: 13686089.

HSL color Cylindrical-coordinate representation of color #49D5D0: hue angle of 177.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D5D0 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 208 -
CMYK 0.66 0 0.02 0.16
HSL 177.86º 0.63% 0.56% -
HSV(B) 177.86º 0.66% 0.84% -
XYZ 37.93 53.56 68.01 -
YUV 170.57 149.12 58.41 -
System Red Green Blue C M Y K H S L
Decimal 73 213 208 0.66 0 0.02 0.16 177.86 0.63 0.56
Hex 49 D5 D0 42 0 2 10 B2 3E 38
Octal 111 325 320 102 0 2 20 262 76 70
Binary 1001001 11010101 11010000 1000010 0 10 10000 10110010 111110 111000

Color Harmonies of #49D5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D5D0

Black with #49D5D0

Text Example


Text Example

White with #49D5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,213,208); }

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

background-color css

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

 a { background-color: rgb(73,213,208); }

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

border-color css

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

 span { border-color: rgb(73,213,208); }

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