Html Css Color HEX #49D4CC Medium Turquoise

📋 copy color: '#49D4CC'

red 73 ◦ green 212 ◦ blue 204

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

Shades of Medium Turquoise #49D4CC

Tints of Medium Turquoise #49D4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.35%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 14.93%
G = 43.35%
B = 41.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#49D4CC (or 0x49D4CC) is known color: Medium Turquoise. HEX triplet: 49, D4 and CC. RGB value is (73,212,204). Sum of RGB (Red+Green+Blue) = 73+212+204=489 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.93% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #49D4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D4CC is #B62B33. Grayscale: #A9A9A9. Windows color (decimal): -11938612 or 13423689. OLE color: 13423689.

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

Color convert

RGB 73 212 204 -
CMYK 0.66 0 0.04 0.17
HSL 176.55º 0.62% 0.56% -
HSV(B) 176.55º 0.66% 0.83% -
XYZ 37.19 52.86 65.37 -
YUV 169.53 147.45 59.15 -
System Red Green Blue C M Y K H S L
Decimal 73 212 204 0.66 0 0.04 0.17 176.55 0.62 0.56
Hex 49 D4 CC 42 0 4 11 B1 3E 38
Octal 111 324 314 102 0 4 21 261 76 70
Binary 1001001 11010100 11001100 1000010 0 100 10001 10110001 111110 111000

Color Harmonies of #49D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D4CC

Black with #49D4CC

Text Example


Text Example

White with #49D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,204); }

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

background-color css

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

 a { background-color: rgb(73,212,204); }

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

border-color css

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

 span { border-color: rgb(73,212,204); }

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