Html Css Color HEX #49C5CC Medium Turquoise

📋 copy color: '#49C5CC'

red 73 ◦ green 197 ◦ blue 204

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

Shades of Medium Turquoise #49C5CC

Tints of Medium Turquoise #49C5CC

RGB

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

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

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

R = 15.4%
G = 41.56%
B = 43.04%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#49C5CC (or 0x49C5CC) is known color: Medium Turquoise. HEX triplet: 49, C5 and CC. RGB value is (73,197,204). Sum of RGB (Red+Green+Blue) = 73+197+204=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #49C5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5CC is #B63A33. Grayscale: #A0A0A0. Windows color (decimal): -11942452 or 13419849. OLE color: 13419849.

HSL color Cylindrical-coordinate representation of color #49C5CC: hue angle of 183.21º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C5CC is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 197 204 -
CMYK 0.64 0.03 0 0.2
HSL 183.21º 0.56% 0.54% -
HSV(B) 183.21º 0.64% 0.8% -
XYZ 33.61 45.71 64.18 -
YUV 160.72 152.42 65.43 -
System Red Green Blue C M Y K H S L
Decimal 73 197 204 0.64 0.03 0 0.2 183.21 0.56 0.54
Hex 49 C5 CC 40 3 0 14 B7 38 36
Octal 111 305 314 100 3 0 24 267 70 66
Binary 1001001 11000101 11001100 1000000 11 0 10100 10110111 111000 110110

Color Harmonies of #49C5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C5CC

Black with #49C5CC

Text Example


Text Example

White with #49C5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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