Html Css Color HEX #49D6C8 Medium Turquoise

📋 copy color: '#49D6C8'

red 73 ◦ green 214 ◦ blue 200

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

Shades of Medium Turquoise #49D6C8

Tints of Medium Turquoise #49D6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.94%

 BLUE value IS 200 (78.52% from 255) = 41.07%

R = 14.99%
G = 43.94%
B = 41.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#49D6C8 (or 0x49D6C8) is known color: Medium Turquoise. HEX triplet: 49, D6 and C8. RGB value is (73,214,200). Sum of RGB (Red+Green+Blue) = 73+214+200=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D6C8 is #B62937. Grayscale: #AAAAAA. Windows color (decimal): -11938104 or 13162057. OLE color: 13162057.

HSL color Cylindrical-coordinate representation of color #49D6C8: hue angle of 174.04º degrees, saturation: 0.63, 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 #49D6C8 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 200 -
CMYK 0.66 0 0.07 0.16
HSL 174.04º 0.63% 0.56% -
HSV(B) 174.04º 0.66% 0.84% -
XYZ 37.22 53.68 63.04 -
YUV 170.25 144.79 58.64 -
System Red Green Blue C M Y K H S L
Decimal 73 214 200 0.66 0 0.07 0.16 174.04 0.63 0.56
Hex 49 D6 C8 42 0 7 10 AE 3F 38
Octal 111 326 310 102 0 7 20 256 77 70
Binary 1001001 11010110 11001000 1000010 0 111 10000 10101110 111111 111000

Color Harmonies of #49D6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D6C8

Black with #49D6C8

Text Example


Text Example

White with #49D6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,214,200); }

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

background-color css

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

 a { background-color: rgb(73,214,200); }

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

border-color css

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

 span { border-color: rgb(73,214,200); }

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