Html Css Color HEX #49CDCC Medium Turquoise

📋 copy color: '#49CDCC'

red 73 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #49CDCC

Tints of Medium Turquoise #49CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

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

R = 15.15%
G = 42.53%
B = 42.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#49CDCC (or 0x49CDCC) is known color: Medium Turquoise. HEX triplet: 49, CD and CC. RGB value is (73,205,204). Sum of RGB (Red+Green+Blue) = 73+205+204=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDCC is #B63233. Grayscale: #A5A5A5. Windows color (decimal): -11940404 or 13421897. OLE color: 13421897.

HSL color Cylindrical-coordinate representation of color #49CDCC: hue angle of 179.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDCC is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 204 -
CMYK 0.64 0 0.00 0.20
HSL 179.55º 0.57% 0.55% -
HSV(B) 179.55º 0.64% 0.8% -
XYZ 35.48 49.44 64.8 -
YUV 165.42 149.77 62.08 -
System Red Green Blue C M Y K H S L
Decimal 73 205 204 0.64 0 0.00 0.20 179.55 0.57 0.55
Hex 49 CD CC 40 0 0 14 B4 39 37
Octal 111 315 314 100 0 0 24 264 71 67
Binary 1001001 11001101 11001100 1000000 0 0 10100 10110100 111001 110111

Color Harmonies of #49CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDCC

Black with #49CDCC

Text Example


Text Example

White with #49CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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