Html Css Color HEX #49C5D6 Medium Turquoise

📋 copy color: '#49C5D6'

red 73 ◦ green 197 ◦ blue 214

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

Shades of Medium Turquoise #49C5D6

Tints of Medium Turquoise #49C5D6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.7%

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 15.08%
G = 40.7%
B = 44.21%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#49C5D6 (or 0x49C5D6) is known color: Medium Turquoise. HEX triplet: 49, C5 and D6. RGB value is (73,197,214). Sum of RGB (Red+Green+Blue) = 73+197+214=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #49C5D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5D6 is #B63A29. Grayscale: #A1A1A1. Windows color (decimal): -11942442 or 14075209. OLE color: 14075209.

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

Color convert

RGB 73 197 214 -
CMYK 0.66 0.08 0 0.16
HSL 187.23º 0.63% 0.56% -
HSV(B) 187.23º 0.66% 0.84% -
XYZ 34.85 46.2 70.7 -
YUV 161.86 157.42 64.62 -
System Red Green Blue C M Y K H S L
Decimal 73 197 214 0.66 0.08 0 0.16 187.23 0.63 0.56
Hex 49 C5 D6 42 8 0 10 BB 3F 38
Octal 111 305 326 102 10 0 20 273 77 70
Binary 1001001 11000101 11010110 1000010 1000 0 10000 10111011 111111 111000

Color Harmonies of #49C5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C5D6

Black with #49C5D6

Text Example


Text Example

White with #49C5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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