Html Css Color HEX #49CDBE Medium Turquoise

📋 copy color: '#49CDBE'

red 73 ◦ green 205 ◦ blue 190

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

Shades of Medium Turquoise #49CDBE

Tints of Medium Turquoise #49CDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 15.6%
G = 43.8%
B = 40.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#49CDBE (or 0x49CDBE) is known color: Medium Turquoise. HEX triplet: 49, CD and BE. RGB value is (73,205,190). Sum of RGB (Red+Green+Blue) = 73+205+190=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDBE is #B63241. Grayscale: #A3A3A3. Windows color (decimal): -11940418 or 12504393. OLE color: 12504393.

HSL color Cylindrical-coordinate representation of color #49CDBE: hue angle of 173.18º 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 #49CDBE is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 190 -
CMYK 0.64 0 0.07 0.20
HSL 173.18º 0.57% 0.55% -
HSV(B) 173.18º 0.64% 0.8% -
XYZ 33.87 48.8 56.35 -
YUV 163.82 142.77 63.22 -
System Red Green Blue C M Y K H S L
Decimal 73 205 190 0.64 0 0.07 0.20 173.18 0.57 0.55
Hex 49 CD BE 40 0 7 14 AD 39 37
Octal 111 315 276 100 0 7 24 255 71 67
Binary 1001001 11001101 10111110 1000000 0 111 10100 10101101 111001 110111

Color Harmonies of #49CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDBE

Black with #49CDBE

Text Example


Text Example

White with #49CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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